We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2a6fb commit 3dd4b9fCopy full SHA for 3dd4b9f
.github/workflows/publish.yaml
@@ -31,6 +31,7 @@ jobs:
31
deno-version: v2.x # Run with latest stable Deno.
32
- uses: actions/setup-node@v6
33
with:
34
+ node-version: '24'
35
registry-url: "https://registry.npmjs.org"
36
- uses: actions/checkout@v6
37
- name: Build for NPM
0 commit comments