Skip to content

Commit aced922

Browse files
committed
ci: use the latest version of npm
1 parent 218e6ec commit aced922

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
@@ -53,6 +53,9 @@ jobs:
5353
with:
5454
useLockFile: false
5555

56+
- if: ${{ matrix.eslint == 9 }}
57+
run: npm i -g npm@latest
58+
5659
- name: Install ESLint v${{ matrix.eslint }}
5760
run: npm install --no-save --force eslint@${{ matrix.eslint }}
5861

0 commit comments

Comments
 (0)