We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa4a94 commit 559dad6Copy full SHA for 559dad6
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- node: [ 14, 16, 18, 20, 22, lts ]
+ node: [ 14, 16, 18, 20, 22 ]
17
steps:
18
- uses: actions/setup-node@v4
19
with:
0 commit comments