We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe5e25 commit e952fc6Copy full SHA for e952fc6
1 file changed
.github/workflows/cli-release-prod.yml
@@ -148,12 +148,10 @@ jobs:
148
- name: Set up Node.js for npm publishing
149
uses: actions/setup-node@v4
150
with:
151
- node-version: 20
+ node-version: 24
152
registry-url: https://registry.npmjs.org/
153
154
- name: Publish to npm
155
run: |
156
cd cli/release
157
npm publish --access public
158
- env:
159
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments