File tree 3 files changed +391
-469
lines changed 3 files changed +391
-469
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Plugin Tests
2
2
3
3
on :
4
4
push :
5
- branches : [main]
6
5
pull_request :
7
6
8
7
jobs :
@@ -12,12 +11,12 @@ jobs:
12
11
strategy :
13
12
matrix :
14
13
os : [ubuntu-latest, macOS-latest] # , windows-latest] # TODO add an e2etest.bat file
15
- node-version : [14.15.0 , '*']
14
+ node-version : [18.12 , '*']
16
15
exclude :
17
16
- os : macOS-latest
18
- node-version : 14.15.0
17
+ node-version : 18.12
19
18
# - os: windows-latest
20
- # node-version: 14.15.0
19
+ # node-version: 18.12
21
20
fail-fast : false
22
21
23
22
steps :
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@babel/runtime" : " ^7.16.7" ,
17
17
"fs-extra" : " ^10.0.0" ,
18
- "gatsby-core-utils" : " ^3.5.2 " ,
18
+ "gatsby-core-utils" : " ^4.0.0 " ,
19
19
"kebab-hash" : " ^0.1.2" ,
20
20
"lodash.mergewith" : " ^4.6.2" ,
21
21
"webpack-assets-manifest" : " ^5.0.6"
27
27
"@babel/eslint-plugin" : " ^7.16.5" ,
28
28
"@netlify/eslint-config-node" : " ^5.1.8" ,
29
29
"@types/jest" : " ^28.0.0" ,
30
- "babel-preset-gatsby-package" : " ^2.5 .0" ,
30
+ "babel-preset-gatsby-package" : " ^3.0 .0" ,
31
31
"cross-env" : " ^7.0.3" ,
32
- "gatsby" : " ^4.5.3 " ,
33
- "gatsby-plugin-utils" : " ^3 .0.0" ,
32
+ "gatsby" : " ^5.0.1 " ,
33
+ "gatsby-plugin-utils" : " ^4 .0.0" ,
34
34
"jest" : " ^28.0.0" ,
35
35
"prettier" : " ^2.3.2" ,
36
36
"typescript" : " ^4.5.4"
45
45
"license" : " MIT" ,
46
46
"main" : " index.js" ,
47
47
"peerDependencies" : {
48
- "gatsby" : " ^4.0.0"
48
+ "gatsby" : " ^4.0 || ^5 .0"
49
49
},
50
50
"repository" : {
51
51
"type" : " git" ,
66
66
"watch" : " tsc --watch"
67
67
},
68
68
"engines" : {
69
- "node" : " >=14 .0.0"
69
+ "node" : " >=18 .0.0"
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments