Skip to content

Commit dcd0cb9

Browse files
committed
feat: proper cirlci config
1 parent 6aea06d commit dcd0cb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2.1
66
parameters:
77
node_version:
88
type: string
9-
default: '16.15.1'
9+
default: '12.13.1'
1010

1111
commands:
1212
install_deps:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/preset-typescript": "7.17.12",
4141
"@shelf/eslint-config": "2.18.0",
4242
"@shelf/prettier-config": "1.0.0",
43-
"@types/node": "16",
43+
"@types/node": "12",
4444
"eslint": "8.18.0",
4545
"husky": "8.0.1",
4646
"lint-staged": "13.0.2",
@@ -50,7 +50,7 @@
5050
"webpack-cli": "4.10.0"
5151
},
5252
"engines": {
53-
"node": ">=16"
53+
"node": ">=12"
5454
},
5555
"publishConfig": {
5656
"access": "public"

0 commit comments

Comments
 (0)