Skip to content

Commit

Permalink
Change: Require nodejs 18
Browse files Browse the repository at this point in the history
Version below 18 are end of life and will likely not even work for
building GSA anymore.
  • Loading branch information
bjoernricks committed Oct 9, 2023
1 parent 1819d65 commit 13cd8cb
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 @@ -17,7 +17,7 @@
"license": "AGPL-3.0+",
"main": "src/index.js",
"engines": {
"node": ">=14.0"
"node": ">=18.0"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 13cd8cb

Please sign in to comment.