Skip to content

Commit

Permalink
ci: update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Jul 25, 2022
1 parent cfec4cf commit 810ee86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12, 14, 16, 17]
node: [12, 14, 16, 18]
eslint: [latest]
include:
# ESLint 4.7 support: lowest version supported
- os: ubuntu-latest
node: 16
node: 18
eslint: "4.7"

# Upcoming ESLint major version support
- os: ubuntu-latest
node: 16
node: 18
eslint: next

# Windows support
- os: windows-latest
node: 16
node: 18
eslint: latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 810ee86

Please sign in to comment.