Skip to content

Commit 773ced2

Browse files
authored
Merge pull request #107 from thefrontside/taras-patch-1
Change Node.js version to 24 in publish.yaml
2 parents 4ccbda1 + 53f5450 commit 773ced2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,15 @@ jobs:
7171
steps:
7272
- uses: actions/[email protected]
7373
- uses: denoland/setup-deno@v2
74-
- uses: actions/setup-node@v4
74+
- uses: actions/setup-node@v6
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)