Skip to content

Commit a8fa032

Browse files
committed
use dynamic LTS and latest versions
1 parent 5057fbc commit a8fa032

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 14
17-
- 16
18-
- 18
19-
- 19
16+
- lts/-2
17+
- lts/-1
18+
- lts/*
19+
- latest
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)