Skip to content

Commit

Permalink
Update lowest Node version used by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Oct 25, 2021
1 parent 55995ca commit 151138f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -5,7 +5,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["12.10", "12", "14", "16"]
# ESLint doesn't support Node 12.10 anymore. Test on the oldest available
# node that our tools support.
node: ["12.22", "12", "14", "16"]
name: Node ${{ matrix.node }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 151138f

Please sign in to comment.