Skip to content

Commit 07a6ceb

Browse files
committed
Fix publishing
1 parent debdffc commit 07a6ceb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
node-version: '20'
2121
registry-url: 'https://registry.npmjs.org'
22+
# Ensure npm 11.5.1 or later is installed
23+
- name: Update npm
24+
run: npm install -g npm@latest
2225
- run: npm ci
2326
- run: npm run build
2427
- run: npm test

0 commit comments

Comments
 (0)