Skip to content

Commit a1f38fe

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ 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+
volta pin npm@8
126+
npm -v
122127
- name: Yarn Install
123128
run: |
124129
yarn install --ignore-engines --frozen-lockfile

0 commit comments

Comments
 (0)