Skip to content

Commit

Permalink
chore(ci): use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed May 13, 2024
1 parent bb87a7e commit 9b6b3e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/v0.x.code_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ jobs:
- name: Install Deno (for `deno` command)
uses: denoland/setup-deno@v1

- name: Install Node (latest)
- name: Install Node (20.x)
uses: actions/setup-node@v3
with:
node-version: '20.x'

- name: Install pnpm
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/v0.x.publish_release_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ jobs:
- name: Install Deno
uses: denoland/setup-deno@v1

- name: Install Node (latest)
- name: Install Node (20.x)
uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
scope: '@smartweaver'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/v0.x.publish_release_npm_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ jobs:
- name: Install Deno
uses: denoland/setup-deno@v1

- name: Install Node (latest)
- name: Install Node (20.x)
uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
scope: '@smartweaver'

Expand Down

0 comments on commit 9b6b3e4

Please sign in to comment.