Skip to content

Commit

Permalink
[major] Upgrade to node 12 (SP-472) (#137)
Browse files Browse the repository at this point in the history
* [minor] Upgrade to node 12
SP-472

* [minor] Upgrade to node 12
SP-472

* [major] Update package-lock.json
SP-472

* [major] Bump deps
SP-472

* [major] Fix linting issue due to eslint-config upgrade
SP-472
  • Loading branch information
jheanly authored Jan 21, 2021
1 parent bd01c5d commit 3d058d7
Show file tree
Hide file tree
Showing 5 changed files with 1,047 additions and 492 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@ahmdigital/eslint-config/react-config"
"extends": "@ahmdigital/eslint-config/react-config",
"rules": {
"jest/no-deprecated-functions": "off"
}
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.20.0
FROM node:12

WORKDIR /root/app

Expand Down
Loading

0 comments on commit 3d058d7

Please sign in to comment.