We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095d74d commit ae62e5bCopy full SHA for ae62e5b
1 file changed
.github/workflows/publish.yml
@@ -22,21 +22,16 @@ jobs:
22
ref: main
23
24
# Setup Node.js with OIDC Trusted Publishing
25
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v4
26
with:
27
node-version: '20'
28
registry-url: 'https://registry.npmjs.org'
29
- always-auth: true
30
- publish: true
31
32
# Setup Deno
33
- uses: denoland/setup-deno@v2
34
35
deno-version: v2.5
36
37
- - name: Build
38
- run: deno task build
39
-
40
# Publish
41
- name: Publish
42
run: npm whoami
0 commit comments