Skip to content

Commit 8cf1d7a

Browse files
committed
ci: Add another LTS version to Node.js testing matrix
1 parent 32ab148 commit 8cf1d7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
# Use the latest version of Node.js, plus the 2 most recent LTS lines
17+
# Use the latest version of Node.js, plus the 3 most recent LTS lines
1818
node-version:
1919
- latest
2020
- lts/*
2121
- lts/-1
22+
- lts/-2 # Probably EOL depending on release schedules, but still good to test
2223

2324
steps:
2425
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)