Skip to content

Commit 2b11107

Browse files
authored
chore: use latest npm in publish (#118)
1 parent 029fe12 commit 2b11107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
node-version: 22.x
3838
registry-url: 'https://registry.npmjs.org'
3939
cache: 'npm'
40+
- run: npm i -g npm@latest
4041
- run: npm ci
4142
- name: Build
4243
run: npm run build

0 commit comments

Comments
 (0)