Skip to content

Commit

Permalink
make sure latest npm is used for each node version
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Feb 28, 2024
1 parent 93e0a57 commit 7ec9a4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update npm
run: npm install -g npm@latest

- name: Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 7ec9a4f

Please sign in to comment.