We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e650d6c commit 2ab9306Copy full SHA for 2ab9306
.github/workflows/release.yml
@@ -184,19 +184,13 @@ jobs:
184
185
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
186
with:
187
- node-version: ">=22"
188
-
189
- - name: Add npmrc
190
- run: |
191
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
+ node-version: ">=24"
192
193
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
194
195
path: artifacts
196
197
- name: Publish componentize-js to NPM
198
- env:
199
- NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
200
shell: bash
201
run: |
202
export PACKAGE_FILE_PATH=${{ github.workspace }}/artifacts/artifact/${{ needs.meta.outputs.artifact-name }}
0 commit comments