File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 9
9
- name : Setup node
10
10
uses : actions/setup-node@v1
11
11
with :
12
- node-version : 12
12
+ node-version : 16
13
13
14
14
- name : Yarn cache directory
15
15
id : yarn-cache
40
40
needs : build
41
41
strategy :
42
42
matrix :
43
- node : [10, 12] # add 14 when we drop support for webpack 4 as fsevents 1 is not compatible with node 14
43
+ node : [12, 14, 16]
44
44
os : [ubuntu-latest, macos-latest, windows-latest]
45
45
steps :
46
46
- uses : actions/checkout@v1
96
96
- name : Setup node
97
97
uses : actions/setup-node@v1
98
98
with :
99
- node-version : 12
99
+ node-version : 16
100
100
101
101
- name : Install dependencies
102
102
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 65
65
"chokidar" : " ^3.5.2" ,
66
66
"cosmiconfig" : " ^7.0.0" ,
67
67
"deepmerge" : " ^4.2.2" ,
68
- "fs-extra" : " ^9 .0.0" ,
68
+ "fs-extra" : " ^10 .0.0" ,
69
69
"glob" : " ^7.1.7" ,
70
70
"memfs" : " ^3.2.2" ,
71
71
"minimatch" : " ^3.0.4" ,
118
118
"webpack" : " ^5.11.0"
119
119
},
120
120
"engines" : {
121
- "node" : " >=10 " ,
121
+ "node" : " >=12 " ,
122
122
"yarn" : " >=1.0.0"
123
123
}
124
124
}
Original file line number Diff line number Diff line change @@ -3621,6 +3621,15 @@ from2@^2.1.0, from2@^2.3.0:
3621
3621
inherits "^2.0.1"
3622
3622
readable-stream "^2.0.0"
3623
3623
3624
+ fs-extra@^10.0.0 :
3625
+ version "10.0.0"
3626
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3627
+ integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3628
+ dependencies :
3629
+ graceful-fs "^4.2.0"
3630
+ jsonfile "^6.0.1"
3631
+ universalify "^2.0.0"
3632
+
3624
3633
fs-extra@^9.0.0 :
3625
3634
version "9.0.0"
3626
3635
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
You can’t perform that action at this time.
0 commit comments