Skip to content

Commit 82caf10

Browse files
Use Node@lts/*
1 parent f812c35 commit 82caf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node: [20, 21]
30+
node: [lts/*]
3131
name: Test with Node ${{ matrix.node }}
3232
steps:
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)