Skip to content

Commit

Permalink
Pin npm version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kamils-iRonin committed Nov 17, 2023
1 parent 01a4dae commit 79d196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Update npm to the latest version
run: npm install -g npm@latest
run: npm install -g npm@9.9.2
- name: Install packages that are used in this pipeline
run: npm install --global ajv-cli wait-on
- run: npm install
Expand Down

0 comments on commit 79d196d

Please sign in to comment.