Skip to content

Commit 7b682b5

Browse files
authored
Update Node.js versions in workflow matrix
1 parent 6d7a8bb commit 7b682b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: ['lts/*']
15+
node-version: [ 20, 22, 24 ]
1616
steps:
1717
- uses: actions/checkout@v6
1818
- name: Setup Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)