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 9f382ee commit 53ae2b6Copy full SHA for 53ae2b6
.github/workflows/publish_npm.yml
@@ -20,9 +20,10 @@ jobs:
20
node-version: 22
21
- name: Update npm (required for OIDC trusted publishing)
22
run: |
23
- corepack enable
24
- corepack prepare npm@11.5.1 --activate
25
- npm --version
+ corepack enable npm
+ corepack install -g npm@11.5.1
+ test "$(npm --version)" = "11.5.1"
26
+ test "$(npx --version)" = "11.5.1"
27
- name: Setup
28
run: npm install
29
- name: Prepare Templates
0 commit comments