Skip to content

Commit

Permalink
Update frontend tooling to use Node 20 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
lb- committed Mar 7, 2024
1 parent 2fc20b0 commit 9d0986e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint": "npm run lint:js && npm run lint:css"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit 9d0986e

Please sign in to comment.