Skip to content

Commit

Permalink
Added support for Node v20 (#277)
Browse files Browse the repository at this point in the history
no ref
  • Loading branch information
chrism1996 authored Oct 1, 2024
1 parent 42e718c commit f5bdc11
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"
"node": "12.x || 14.x || 16.x || 18.x || 20.x"
},
"scripts": {
"lint": "eslint . --ext .js --cache",
Expand Down

0 comments on commit f5bdc11

Please sign in to comment.