Skip to content

Commit e42693e

Browse files
author
Dominique Chuo
committed
node 20
1 parent bbbf674 commit e42693e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node.js
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: '18'
47+
node-version: '20'
4848

4949
- name: Setup pnpm
5050
uses: pnpm/action-setup@v4
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Node.js
6969
uses: actions/setup-node@v4
7070
with:
71-
node-version: '18'
71+
node-version: '20'
7272

7373
- name: Setup pnpm
7474
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)