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 bf7b7a0 commit 59dfee2Copy full SHA for 59dfee2
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: actions/checkout@v5
50
- uses: actions/setup-node@v6
51
with:
52
- node-version: '22.18.0' # specified in the package.json engines.node field
+ node-version: '24.11.0' # specified in the package.json engines.node field
53
54
- name: Install dependencies
55
run: npm ci
.nvmrc
@@ -1 +1 @@
1
-22.18.0
+24.11.0
0 commit comments