We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ccbda1 + 53f5450 commit 773ced2Copy full SHA for 773ced2
.github/workflows/publish.yaml
@@ -71,17 +71,15 @@ jobs:
71
steps:
72
- uses: actions/[email protected]
73
- uses: denoland/setup-deno@v2
74
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
75
with:
76
- node-version: 20.x
+ node-version: 24
77
registry-url: https://registry.npmjs.com
78
79
- run: deno run -A tasks/build-npm.ts ${{matrix.workspace}}
80
81
- run: npm publish --access=public --tag=latest
82
working-directory: ${{matrix.workspace}}/build/npm
83
- env:
84
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
85
86
tag:
87
if: github.ref == 'refs/heads/main' && fromJSON(needs.generate-matrix.outputs.exists)
0 commit comments