We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d3888 commit c9d650aCopy full SHA for c9d650a
.github/workflows/publish.yaml
@@ -73,15 +73,13 @@ jobs:
73
- uses: denoland/setup-deno@v2
74
- uses: actions/setup-node@v4
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