Skip to content

Commit

Permalink
fix: Setup node in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Sep 24, 2024
1 parent 8dc1315 commit f841846
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- uses: denoland/setup-deno@v1
- run: deno run -A scripts/npm.ts
- run: deno publish
Expand Down

0 comments on commit f841846

Please sign in to comment.