Skip to content

Commit

Permalink
chore: use node v20 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Oct 1, 2024
1 parent c53e13e commit 2edf2a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
always-auth: true
registry-url: https://registry.npmjs.org

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typescript-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Get latest TypeScript version
id: get-versions
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Set up pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 2edf2a6

Please sign in to comment.