Skip to content

Commit b795dda

Browse files
committed
ci: update node version
1 parent 31c958b commit b795dda

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: checkout
1313
uses: actions/checkout@v3
1414

15-
- name: Use Node.js 18.x
15+
- name: Use Node.js 20.x
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18.x
18+
node-version: 20.x
1919

2020
- name: Cache node modules
2121
id: cache-npm

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x]
15+
node-version: [20.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3

.github/workflows/webpack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 19.x]
15+
node-version: [19.x, 20.x, 22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)