Skip to content

Commit 79c0159

Browse files
committed
chore(workflows/tests): add node 24
1 parent 599805f commit 79c0159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
# this is a hack as there is currently no (public) way to access "runs-on" with version
2121
distro: [ubuntu-24.04]
22-
node-version: [16.x, 18.x, 20.x, 22.x]
22+
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
2323
steps:
2424
# Install libssl1.1 for libcrypto.so.1.1, which is required for binaries before 22.04 is available (4.0, 4.2, 4.4, 5.0)
2525
# currently 5.0 is still in LTS

0 commit comments

Comments
 (0)