We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a25e8 commit a59af68Copy full SHA for a59af68
1 file changed
.github/workflows/release-gen2-migration.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node.js
14
uses: actions/setup-node@v5
15
with:
16
- node-version: lts/*
+ node-version: 22.x
17
- name: Install
18
run: |
19
node --version
@@ -31,4 +31,6 @@ jobs:
31
npm version ${new_version} --no-workspace-update --no-commit-hooks --no-git-tag-version --no-workspaces
32
npm pkg set name=${package_name}
33
npm pack
34
+ npm i -g npm@latest
35
+ npm --version
36
NPM_TRUSTED_PUBLISHER=true npm publish
0 commit comments