Skip to content

Commit

Permalink
feat: upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpage committed Dec 20, 2023
1 parent dc17870 commit 51b8292
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 61 deletions.
209 changes: 150 additions & 59 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "1j1s-front-lighthouse-report",
"version": "1.1.0",
"version": "1.2np.0",
"main": "server.js",
"license": "Apache-2.0",
"dependencies": {
Expand All @@ -9,6 +9,6 @@
"pg-hstore": "~2.3.4"
},
"engines": {
"node": ">= 16"
"node": ">= 20"
}
}

0 comments on commit 51b8292

Please sign in to comment.