Skip to content

Commit 4c40a6c

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ 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
122125
- name: Yarn Install
123126
run: |
124127
yarn install --ignore-engines --frozen-lockfile

0 commit comments

Comments
 (0)