Skip to content

Commit 3669d03

Browse files
Update lint.yml
1 parent 1d86839 commit 3669d03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
with:
7878
node-version: 22
7979

80+
- name: Upgrade npm
81+
run: npm install -g npm@latest
82+
8083
- name: Restore npm cache
8184
uses: actions/cache@v3
8285
with:

0 commit comments

Comments
 (0)