Skip to content

Commit 1d9524e

Browse files
feat: support Gatsby 3.x (#179)
BREAKING CHANGE: Requires Node >=12.13.x BREAKING CHANGE: Requires Gatsby ^3.x
1 parent c93a670 commit 1d9524e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [10.13, 10, 12, 14]
19+
node: [12.13, 12, 14, 15]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 🛑 Cancel Previous Runs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"remark-html": "^13.0.1"
6363
},
6464
"peerDependencies": {
65-
"gatsby": "^2.20.0"
65+
"gatsby": "^3.0.0"
6666
},
6767
"engines": {
68-
"node": ">=10.13.0",
68+
"node": ">=12.13.0",
6969
"npm": ">=6",
7070
"yarn": ">=1"
7171
}

0 commit comments

Comments
 (0)