We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254da40 commit 9279e75Copy full SHA for 9279e75
1 file changed
.github/workflows/hourly-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
+ node-version: [18.x, 20.x, 22.x, 24.x]
20
21
steps:
22
- name: Checkout code
0 commit comments