File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/" ,
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 ],
7781 "tabWidth" : 4 ,
7882 "singleQuote" : true ,
7983 "trailingComma" : " all"
80- },
81- "packageManager" : " yarn@3.4.1"
84+ }
8285}
You can’t perform that action at this time.
0 commit comments