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 9f2028a commit 90169b5Copy full SHA for 90169b5
.github/workflows/release-on-npm.yaml
@@ -25,9 +25,6 @@ jobs:
25
- name: Extract version from tag
26
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
27
28
- # npm 11.5.1 or later is required for OIDC
29
- - run: npm install -g npm@latest
30
-
31
- run: npm i -g corepack && corepack enable
32
- uses: actions/setup-node@v4
33
with:
@@ -39,6 +36,9 @@ jobs:
39
36
package.json
40
37
src/**/package.json
41
38
+ # npm 11.5.1 or later is required for OIDC
+ - run: npm install -g npm@latest
+
42
- name: Install root JS dependencies
43
run: pnpm install --frozen-lockfile
44
0 commit comments