Skip to content

Commit c9d650a

Browse files
authored
Change Node.js version to 24 in publish.yaml
Updated Node.js version from 20.x to 24 in the publish workflow.
1 parent f9d3888 commit c9d650a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,13 @@ jobs:
7373
- uses: denoland/setup-deno@v2
7474
- uses: actions/setup-node@v4
7575
with:
76-
node-version: 20.x
76+
node-version: 24
7777
registry-url: https://registry.npmjs.com
7878

7979
- run: deno run -A tasks/build-npm.ts ${{matrix.workspace}}
8080

8181
- run: npm publish --access=public --tag=latest
8282
working-directory: ${{matrix.workspace}}/build/npm
83-
env:
84-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8583

8684
tag:
8785
if: github.ref == 'refs/heads/main' && fromJSON(needs.generate-matrix.outputs.exists)

0 commit comments

Comments
 (0)