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 6d7a8bb commit 7b682b5Copy full SHA for 7b682b5
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- node-version: ['lts/*']
+ node-version: [ 20, 22, 24 ]
16
steps:
17
- uses: actions/checkout@v6
18
- name: Setup Node.js ${{ matrix.node-version }}
0 commit comments