Skip to content

Commit db88271

Browse files
committed
use node 20
1 parent f75c227 commit db88271

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Use Node.js
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 18.x
25+
node-version: 20.x
2626
- uses: pnpm/action-setup@v2
2727
with:
2828
version: 8.x.x

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2020
fetch-depth: 0
2121

22-
- name: Setup Node.js 18.x
22+
- name: Setup Node.js 20.x
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 18.x
25+
node-version: 20.x
2626

2727
- uses: pnpm/action-setup@v2
2828
with:

0 commit comments

Comments
 (0)