We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3589509 + edeca13 commit c6d8431Copy full SHA for c6d8431
2 files changed
.circleci/config.yml
@@ -74,7 +74,6 @@ workflows:
74
matrix:
75
parameters:
76
node-version:
77
- - "20"
78
- "22"
79
- Prettier
80
- Lint
package.json
@@ -15,7 +15,7 @@
15
"main": "dist/index.js",
16
"types": "dist/index.d.ts",
17
"engines": {
18
- "node": ">=16.0"
+ "node": ">=22"
19
},
20
"scripts": {
21
"build": "tsc --build tsconfig.build.json",
0 commit comments