Skip to content

Commit caae400

Browse files
authored
Change Node.js version to 24 for publishing (#447)
Updated Node.js version for OIDC publishing in the publish job.
1 parent cbf4e3a commit caae400

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/setup-node@v3
5555
with:
56-
node-version: 18
56+
node-version: 24 # Newer Node.js version for OIDC publishing
5757
registry-url: https://registry.npmjs.org/
5858
- name: Download tarball artifact
5959
uses: actions/download-artifact@v4.2.1
@@ -72,3 +72,4 @@ jobs:
7272
- run: npm publish --access public --tag ${{ github.ref_name }} `ls *.tgz`
7373
- name: Generate job summary
7474
run: echo "NPM package has been published to https://npmjs.com/package/${{ steps.get-version.outputs.package-name }}/v/${{ steps.get-version.outputs.version }}." > $GITHUB_STEP_SUMMARY
75+

0 commit comments

Comments
 (0)