Skip to content

Commit f841846

Browse files
committed
fix: Setup node in publish action
1 parent 8dc1315 commit f841846

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
id-token: write
1515
steps:
1616
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
18+
with:
19+
node-version: '20.x'
20+
registry-url: 'https://registry.npmjs.org'
1721
- uses: denoland/setup-deno@v1
1822
- run: deno run -A scripts/npm.ts
1923
- run: deno publish

0 commit comments

Comments
 (0)