Skip to content

Commit

Permalink
Fix npm version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr committed Mar 3, 2024
1 parent 7fff33c commit 99cef40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Setup npm@10.2.4
run: npm i -g npm@10.2.4

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1

Expand Down

0 comments on commit 99cef40

Please sign in to comment.