Skip to content

Commit 304266f

Browse files
authored
ci: use node 20 (#371)
1 parent 2333f86 commit 304266f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
node: [14, 16, 17, 18]
33+
node: [16, 18, 20]
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v3
@@ -52,8 +52,8 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [ubuntu-latest]
55-
eslint: [5, 6, 7]
56-
node: [14]
55+
eslint: [5, 6, 7, 8]
56+
node: [16]
5757
steps:
5858
- name: Checkout
5959
uses: actions/checkout@v3

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

0 commit comments

Comments
 (0)