Skip to content

Commit b3f3a57

Browse files
committed
ci: use the latest version of npm
1 parent fe8456d commit b3f3a57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
with:
5656
useLockFile: false
5757

58+
- if: ${{ matrix.eslint == 9 }}
59+
run: npm i -g npm@latest
60+
5861
- name: Install ESLint v${{ matrix.eslint }}
5962
run: npm install --no-save --force eslint@${{ matrix.eslint }}
6063

0 commit comments

Comments
 (0)