Skip to content

Commit

Permalink
ci: use the latest version of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Apr 19, 2024
1 parent 218e6ec commit aced922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
with:
useLockFile: false

- if: ${{ matrix.eslint == 9 }}
run: npm i -g npm@latest

- name: Install ESLint v${{ matrix.eslint }}
run: npm install --no-save --force eslint@${{ matrix.eslint }}

Expand Down

0 comments on commit aced922

Please sign in to comment.