Skip to content

Commit d865199

Browse files
committed
build: update npm
1 parent b0eeb15 commit d865199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
node-version: 20
2525
cache: 'npm'
26+
- name: Update npm
27+
run: npm install -g npm@latest
2628
- run: npm ci
2729
- name: lint
2830
run: npm run lint

0 commit comments

Comments
 (0)