Skip to content

Commit a59af68

Browse files
authored
chore(gen2-migration): release workflow still broken (#14441)
chore: mid work
1 parent 67a25e8 commit a59af68

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-gen2-migration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v5
1515
with:
16-
node-version: lts/*
16+
node-version: 22.x
1717
- name: Install
1818
run: |
1919
node --version
@@ -31,4 +31,6 @@ jobs:
3131
npm version ${new_version} --no-workspace-update --no-commit-hooks --no-git-tag-version --no-workspaces
3232
npm pkg set name=${package_name}
3333
npm pack
34+
npm i -g npm@latest
35+
npm --version
3436
NPM_TRUSTED_PUBLISHER=true npm publish

0 commit comments

Comments
 (0)