Skip to content

Commit 16cb0e5

Browse files
pin NPM version to 11 in workflow
1 parent 324d607 commit 16cb0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Update NPM
22-
run: npm install -g npm@latest
22+
run: npm install -g npm@11
2323

2424
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
2525
- run: echo ${VERSION}

0 commit comments

Comments
 (0)