Skip to content

Commit addea26

Browse files
authored
build: add nodejs 24 check (#275)
1 parent 04360cc commit addea26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [20.x, 22.x]
12+
node-version: [20.x, 22.x, 24.x]
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Setup Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)