Skip to content

Commit ddfadd0

Browse files
fix: ci build
1 parent 997a298 commit ddfadd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '16.x'
20+
node-version: '20.x'
2121
cache: 'npm'
2222

2323
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: '16.x'
30+
node-version: '20.x'
3131
cache: 'npm'
3232

3333
- name: Install dependencies

0 commit comments

Comments
 (0)