We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649e5f8 commit 34cb35bCopy full SHA for 34cb35b
.github/workflows/node.js.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: npm ci
30
- - run: npm i vue@next --force
+ - run: npm i vue@3.3.4 --force
31
- run: npm i libphonenumber-js
32
- run: npm i vite
33
- run: npm run build --if-present
0 commit comments