File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 20
20
- name : Setup node
21
21
uses : actions/setup-node@v3
22
22
with :
23
- node-version : 16
23
+ node-version : 20
24
24
cache : ' yarn'
25
25
- run : |
26
26
yarn -v
Original file line number Diff line number Diff line change 3
3
"lib" : [" es2018" , " dom" ],
4
4
"module" : " commonjs" ,
5
5
"moduleResolution" : " node" ,
6
- "target" : " es5 " ,
6
+ "target" : " es6 " ,
7
7
"strict" : true ,
8
8
"allowSyntheticDefaultImports" : true ,
9
9
"experimentalDecorators" : true ,
Original file line number Diff line number Diff line change 26
26
"clean" : " npm-run-all -s clean:*" ,
27
27
"clean:test-artifacts" : " rimraf coverage" ,
28
28
"clean:build" : " rimraf dist" ,
29
- "clean_node_modules" : " rimraf node_modules"
29
+ "clean_node_modules" : " rimraf node_modules" ,
30
+ "prepare" : " husky install"
30
31
},
31
32
"devDependencies" : {
32
33
"@ikscodes/eslint-config" : " ^8.4.1" ,
59
60
"ethers" : " ^6.11.1" ,
60
61
"node-fetch" : " ^2.6.7"
61
62
},
62
- "husky" : {
63
- "hooks" : {
64
- "pre-commit" : " lint-staged"
65
- }
66
- },
67
63
"lint-staged" : {
68
64
"*.{ts,tsx}" : " eslint --fix"
69
65
},
You can’t perform that action at this time.
0 commit comments