We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ca869 commit 09ed6d9Copy full SHA for 09ed6d9
.github/workflows/publish-npm.yml
@@ -47,6 +47,7 @@ jobs:
47
registry-url: 'https://registry.npmjs.org'
48
49
- name: Install npm version ^11.5.1 # npm trusted publishing requires version ^11.5.1
50
+ if: steps.version_check.outputs.changed == 'true'
51
run: npm install -g npm@^11.5.1
52
53
- name: Install dependencies
0 commit comments