Skip to content

Commit ae1553b

Browse files
Merge pull request #1423 from AmadeusITGroup/chore/use-npm-11.5
chore use npm 11.5
2 parents 9cd3d9b + 449f45b commit ae1553b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
with:
4545
node-version: 20
4646
registry-url: https://registry.npmjs.org/
47+
- name: Update npm
48+
run: npm i -g [email protected]
4749
- name: Set env
4850
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
4951
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)