Skip to content

Commit 53ae2b6

Browse files
committed
chore: ci workflow
1 parent 9f382ee commit 53ae2b6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish_npm.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
node-version: 22
2121
- name: Update npm (required for OIDC trusted publishing)
2222
run: |
23-
corepack enable
24-
corepack prepare npm@11.5.1 --activate
25-
npm --version
23+
corepack enable npm
24+
corepack install -g npm@11.5.1
25+
test "$(npm --version)" = "11.5.1"
26+
test "$(npx --version)" = "11.5.1"
2627
- name: Setup
2728
run: npm install
2829
- name: Prepare Templates

0 commit comments

Comments
 (0)