File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 47
47
- name : Install Node.js
48
48
uses : actions/setup-node@v2
49
49
with :
50
- node-version : 12.x
50
+ node-version : 14
51
51
52
52
- name : Install Node Modules
53
53
run : yarn install
Original file line number Diff line number Diff line change 38
38
- name : Install Node.js
39
39
uses : actions/setup-node@v2
40
40
with :
41
- node-version : 12.x
41
+ node-version : 14
42
42
43
43
- name : Cache Node Modules
44
44
uses : actions/cache@v2
Original file line number Diff line number Diff line change 16
16
},
17
17
"devDependencies" : {
18
18
"@types/minimist" : " ^1.2.2" ,
19
- "@types/node" : " ^12.20.26 " ,
19
+ "@types/node" : " 14.17.19 " ,
20
20
"@types/semver-compare" : " ^1.0.1" ,
21
21
"all-contributors-cli" : " ^6.20.0" ,
22
22
"husky" : " ^7.0.1" ,
29
29
"typescript" : " ^4.4.2"
30
30
},
31
31
"engines" : {
32
- "node" : " ^12.16.0 "
32
+ "node" : " ^14.17.6 "
33
33
},
34
34
"private" : true ,
35
35
"lint-staged" : {
Original file line number Diff line number Diff line change 67
67
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
68
68
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
69
69
70
- " @types/node@^12.20.26 " :
71
- version "12.20.26 "
72
- resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.26 .tgz#a6db0d0577e40844f0b28c2a9289c09e5b44b541 "
73
- integrity sha512-gIt+h4u2uTho2bsH1K250fUv5fHU71ET1yWT7bM4523zV/XrFb9jlWBOV4DO8FpscY+Sz/WEr1EEjIP2H4yumQ ==
70
+ " @types/node@14.17.19 " :
71
+ version "14.17.19 "
72
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.19 .tgz#7341e9ac1b5d748d7a3ddc04336ed536a6f91c31 "
73
+ integrity sha512-jjYI6NkyfXykucU6ELEoT64QyKOdvaA6enOqKtP4xUsGY0X0ZUZz29fUmrTRo+7v7c6TgDu82q3GHHaCEkqZwA ==
74
74
75
75
" @types/parse-json@^4.0.0 " :
76
76
version "4.0.0"
You can’t perform that action at this time.
0 commit comments