We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a30e65 commit 3dccceeCopy full SHA for 3dcccee
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Tests
8
strategy:
9
matrix:
10
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x, 24.x]
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout sources
0 commit comments