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 599805f commit 79c0159Copy full SHA for 79c0159
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
# this is a hack as there is currently no (public) way to access "runs-on" with version
21
distro: [ubuntu-24.04]
22
- node-version: [16.x, 18.x, 20.x, 22.x]
+ node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
23
steps:
24
# 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)
25
# currently 5.0 is still in LTS
0 commit comments