Skip to content

Commit

Permalink
feat(package): Upgrade Node.js to LTS Erbium v12
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Jun 21, 2020
1 parent 90970c6 commit 22ff03b
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 21 deletions.
2 changes: 1 addition & 1 deletion api/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.15.1
12.18.1
54 changes: 39 additions & 15 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
},
"homepage": "https://github.com/danactive/history",
"engines": {
"node": ">=10.15.1",
"npm": ">=6.4.1"
"node": ">=12.18.1",
"npm": ">=6.14.5"
},
"readmeFilename": "README.md",
"tuxharness": "./tuxharness.js",
Expand Down
2 changes: 1 addition & 1 deletion ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.15.1
12.18.1
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"url": "git://github.com/react-boilerplate/react-boilerplate.git"
},
"engines": {
"node": ">=10.15.1",
"npm": ">=6.4.1"
"node": ">=12.18.1",
"npm": ">=6.14.5"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 22ff03b

Please sign in to comment.