Skip to content

Commit 2a1bec8

Browse files
author
Heiner Pöpping
committed
🔧 Add step to update npm
1 parent 78d07bc commit 2a1bec8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ jobs:
2424
with:
2525
node-version: '20.18.2'
2626
registry-url: https://registry.npmjs.org/
27+
# Ensure npm 11.5.1 or later is installed
28+
- name: Update npm
29+
run: npm install -g npm@latest
2730
- run: npm install
2831
- run: npm publish --tag ${{ env.TAG }}

0 commit comments

Comments
 (0)