We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfec4cf commit 810ee86Copy full SHA for 810ee86
.github/workflows/tests.yml
@@ -54,22 +54,22 @@ jobs:
54
strategy:
55
matrix:
56
os: [ubuntu-latest]
57
- node: [12, 14, 16, 17]
+ node: [12, 14, 16, 18]
58
eslint: [latest]
59
include:
60
# ESLint 4.7 support: lowest version supported
61
- os: ubuntu-latest
62
- node: 16
+ node: 18
63
eslint: "4.7"
64
65
# Upcoming ESLint major version support
66
67
68
eslint: next
69
70
# Windows support
71
- os: windows-latest
72
73
eslint: latest
74
steps:
75
- uses: actions/checkout@v3
0 commit comments