We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55995ca commit 151138fCopy full SHA for 151138f
.github/workflows/ci.yml
@@ -5,7 +5,9 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: ["12.10", "12", "14", "16"]
+ # ESLint doesn't support Node 12.10 anymore. Test on the oldest available
9
+ # node that our tools support.
10
+ node: ["12.22", "12", "14", "16"]
11
name: Node ${{ matrix.node }}
12
steps:
13
- name: Checkout repository
0 commit comments