Skip to content

Commit 930b82b

Browse files
authored
chore: node v20 (#147)
1 parent bef45b5 commit 930b82b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
deploy:
7373
docker:
74-
- image: cimg/node:18.18.0
74+
- image: cimg/node:20.12.2
7575
steps:
7676
- checkout
7777
- restore_yarn_cache

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"main": "lib/index.js",
1313
"scripts": {
14-
"prepare": "husky install",
14+
"prepare": "husky || true",
1515
"format": "prettier --write --ignore-path .gitignore \"**/*.{js,md}\"",
1616
"format:check": "prettier --check --ignore-path .gitignore \"**/*.{js,md}\"",
1717
"lint": "eslint lib/ test/",
@@ -45,6 +45,10 @@
4545
"engines": {
4646
"node": ">=10.0.0"
4747
},
48+
"volta": {
49+
"node": "20.12.2",
50+
"yarn": "1.22.22"
51+
},
4852
"files": [
4953
"lib"
5054
],
@@ -77,6 +81,5 @@
7781
"tabWidth": 4,
7882
"singleQuote": true,
7983
"trailingComma": "all"
80-
},
81-
"packageManager": "yarn@3.4.1"
84+
}
8285
}

0 commit comments

Comments
 (0)