Skip to content

Commit 52beeb5

Browse files
committed
chore: adds node 22.x and 24.x as test targets
1 parent 90f644a commit 52beeb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-end-to-end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
node-version: [20.x]
18+
node-version: [20.x, 22.x, 24.x]
1919
arch: [x64]
2020

2121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)