Skip to content

Commit 810ee86

Browse files
committedJul 25, 2022
ci: update nodejs version
1 parent cfec4cf commit 810ee86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [ubuntu-latest]
57-
node: [12, 14, 16, 17]
57+
node: [12, 14, 16, 18]
5858
eslint: [latest]
5959
include:
6060
# ESLint 4.7 support: lowest version supported
6161
- os: ubuntu-latest
62-
node: 16
62+
node: 18
6363
eslint: "4.7"
6464

6565
# Upcoming ESLint major version support
6666
- os: ubuntu-latest
67-
node: 16
67+
node: 18
6868
eslint: next
6969

7070
# Windows support
7171
- os: windows-latest
72-
node: 16
72+
node: 18
7373
eslint: latest
7474
steps:
7575
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.