Skip to content

Commit 07a1f62

Browse files
committed
ci: update node version
1 parent 7df7e14 commit 07a1f62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js environment
2020
uses: actions/[email protected]
2121
with:
22-
node-version: 14.x
22+
node-version: 20
2323
- name: Build
2424
run: |
2525
npm install

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
cache: 'npm'
1616

1717
- name: Build

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js environment
2020
uses: actions/[email protected]
2121
with:
22-
node-version: 16.x
22+
node-version: 20
2323
- name: Lint
2424
run: |
2525
npm install

0 commit comments

Comments
 (0)