We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9b41ac + 4c947e0 commit dee816fCopy full SHA for dee816f
3 files changed
.circleci/config.yml
@@ -75,6 +75,7 @@ workflows:
75
parameters:
76
node-version:
77
- "22"
78
+ - "24"
79
- Prettier
80
- Lint
81
- Spell Check
package.json
@@ -56,7 +56,7 @@
56
"@apollo/server": "^5.0.0"
57
},
58
"volta": {
59
- "node": "22.22.3",
+ "node": "24.16.0",
60
"npm": "11.16.0"
61
}
62
renovate.json5
@@ -21,7 +21,7 @@
21
// versions we support.
22
{
23
"matchPackageNames": ["@types/node"],
24
- "allowedVersions": "20.x"
+ "allowedVersions": "22.x"
25
26
],
27
0 commit comments