Skip to content

Commit

Permalink
workflow: install global npm v9.x to fix node incompatibility in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashu-Dubey committed Jun 1, 2024
1 parent ed261ba commit 2b07707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# package provenance requires latest npm, alternatively we can probably use node 18 above instead
- name: Install latest npm
run: npm install -g npm@latest
run: npm install -g npm@9

- name: Install packages
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 2b07707

Please sign in to comment.