We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6210b4c commit a1aca02Copy full SHA for a1aca02
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
name: run tests
11
strategy:
12
matrix:
13
- node: ["22.x"]
+ node: ["24.x"]
14
os: [ubuntu-latest]
15
16
runs-on: ${{ matrix.os }}
.github/workflows/master.yml
@@ -9,7 +9,7 @@ jobs:
9
.nvmrc
@@ -1 +1 @@
1
->=24.x
+>=24.x
0 commit comments