Skip to content

Commit 66e47cd

Browse files
committed
fix: add --force for vue@next installation
1 parent 0d31371 commit 66e47cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npm i vue@next
30+
- run: npm i vue@next --force
3131
- run: npm i libphonenumber-js
3232
- run: npm i vite
3333
- run: npm run build --if-present

0 commit comments

Comments
 (0)