Skip to content

Commit ea44eef

Browse files
committed
Update action
1 parent 47c6f59 commit ea44eef

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/publish-cli.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@ jobs:
2121
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2222
with:
2323
persist-credentials: false
24-
25-
- name: Get Node version
26-
id: retrieve-node-version
27-
working-directory: ./
28-
run: |
29-
NODE_NVMRC=$(cat .nvmrc)
30-
NODE_VERSION=${NODE_NVMRC/v/''}
31-
echo "node_version=$NODE_VERSION" >> "$GITHUB_OUTPUT"
32-
- name: Set up Node
33-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
34-
with:
35-
node-version: ${{ steps.retrieve-node-version.outputs.node_version }}
36-
registry-url: "https://registry.npmjs.org/"
37-
3824
- name: Install NPM
3925
run: |
40-
npm install -g npm@latest # npm 11.5.1 or later is required to publish w/ OIDC
4126
npm publish scripts/cli-2026.4.0.tgz --provenance --access public

0 commit comments

Comments
 (0)