Skip to content

Commit

Permalink
Removed support for versions below Node v18
Browse files Browse the repository at this point in the history
no ref
  • Loading branch information
9larsons committed Oct 1, 2024
1 parent f5bdc11 commit 44682f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"gatsby-source-plugin"
],
"engines": {
"node": "12.x || 14.x || 16.x || 18.x || 20.x"
"node": "18.x || 20.x"
},
"scripts": {
"lint": "eslint . --ext .js --cache",
Expand Down

0 comments on commit 44682f6

Please sign in to comment.