Skip to content

Commit 0b02a77

Browse files
feat: support Gatsby 4.x (#219)
BREAKING CHANGE: Requires Node >=14.15.0 BREAKING CHANGE: Requires Gatsby ^4.0.0
1 parent a5ad0eb commit 0b02a77

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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: [12.13, 12, 14, 16]
19+
node: [14.15.0, 14, 16]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 🛑 Cancel Previous Runs

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@
6262
"remark-html": "^13.0.2"
6363
},
6464
"peerDependencies": {
65-
"gatsby": "^3.0.0"
65+
"gatsby": "^4.0.0"
6666
},
6767
"engines": {
68-
"node": ">=12.13.0",
69-
"npm": ">=6",
70-
"yarn": ">=1"
68+
"node": ">=14.15.0",
69+
"npm": ">=6"
7170
}
7271
}

0 commit comments

Comments
 (0)