Skip to content

Commit 151138f

Browse files
committed
Update lowest Node version used by CI
1 parent 55995ca commit 151138f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: ["12.10", "12", "14", "16"]
8+
# 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"]
911
name: Node ${{ matrix.node }}
1012
steps:
1113
- name: Checkout repository

0 commit comments

Comments
 (0)