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 ca58880 commit 4861ebeCopy full SHA for 4861ebe
.circleci/config.yml
@@ -39,7 +39,7 @@ jobs:
39
command: unset TWINE_USERNAME TWINE_PASSWORD && make publish-tests
40
gh-release:
41
docker:
42
- - image: cimg/node:16.14
+ - image: cimg/node:20.19.0
43
resource_class: small
44
steps:
45
- run:
@@ -54,7 +54,7 @@ jobs:
54
55
ui-build:
56
57
- - image: cimg/node:19.8
58
resource_class: medium
59
60
- checkout
.nvmrc
@@ -0,0 +1 @@
1
+20
package.json
@@ -1,4 +1,8 @@
{
2
+ "engines": {
3
+ "node": ">=20.0.0",
4
+ "pnpm": ">=10.0.0"
5
+ },
6
"scripts": {
7
"ci": "pnpm run lint && pnpm run -r ci",
8
"fmt": "prettier --write .",
0 commit comments