Skip to content

Commit

Permalink
ci: Add another LTS version to Node.js testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Sep 14, 2022
1 parent 32ab148 commit 8cf1d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# Use the latest version of Node.js, plus the 2 most recent LTS lines
# Use the latest version of Node.js, plus the 3 most recent LTS lines
node-version:
- latest
- lts/*
- lts/-1
- lts/-2 # Probably EOL depending on release schedules, but still good to test

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8cf1d7a

Please sign in to comment.