We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b682b5 commit 6fac457Copy full SHA for 6fac457
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- node-version: [ 20, 22, 24 ]
+ node-version: ['lts/*']
16
steps:
17
- uses: actions/checkout@v6
18
- name: Setup Node.js ${{ matrix.node-version }}
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
- node-version: ['lts/*']
+ node-version: [ 20, 22, 24 ]
60
61
62
0 commit comments