We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f812c35 commit 82caf10Copy full SHA for 82caf10
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
strategy:
29
matrix:
30
- node: [20, 21]
+ node: [lts/*]
31
name: Test with Node ${{ matrix.node }}
32
steps:
33
- uses: actions/checkout@v3
0 commit comments