Skip to content

Commit

Permalink
Update node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
aatosm committed Jan 25, 2023
1 parent a81669b commit e27ac84
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 @@
16
18
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 @@ -4,7 +4,7 @@
"description": "Web page PDF rendering done right. Packaged to an easy API.",
"main": "src/index.js",
"engines": {
"node": "16.x.x"
"node": "18.x.x"
},
"scripts": {
"start": "env-cmd nodemon --watch ./src -e js src/index.js",
Expand Down

0 comments on commit e27ac84

Please sign in to comment.