Skip to content

Commit 0a59e01

Browse files
committed
update npm on node 14
1 parent 4a6ee0c commit 0a59e01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
uses: volta-cli/action@v4
120120
with:
121121
node-version: ${{ matrix.node-version }}
122+
- name: Update Npm
123+
run: |
124+
volta install npm@8
125+
npm -v
122126
- name: Yarn Install
123127
run: |
124128
yarn install --ignore-engines --frozen-lockfile

0 commit comments

Comments
 (0)