Skip to content

Commit 7aa4a94

Browse files
update workflow test
1 parent 5f16b59 commit 7aa4a94

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node:
17-
- 12
18-
- 14
19-
- 16
20-
- 20
21-
- 22
22-
- 'lts/*'
16+
node: [ 14, 16, 18, 20, 22, lts ]
2317
steps:
24-
- uses: actions/setup-node@v1
18+
- uses: actions/setup-node@v4
2519
with:
2620
node-version: '${{ matrix.node }}'
2721
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)