Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Feat/node 14 update (#454)
Browse files Browse the repository at this point in the history
* Updated to build with node 14

Bumped version of nan to get rid of deprecation warnings

* Remove .eslintcache and .gitignore it

* Update version to 4.11.0

Co-authored-by: Shawn Sherwood <[email protected]>
  • Loading branch information
shawn-sher and shawn-sher authored Apr 15, 2021
1 parent 165476c commit 826914c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,4 @@ package-lock.json
/.proxy-dash.pid.lock

.vscode
cerberus-dashboard/.eslintcache
1 change: 0 additions & 1 deletion cerberus-dashboard/.eslintcache

This file was deleted.

2 changes: 1 addition & 1 deletion cerberus-dashboard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

node {
version = '10.16.3'
version = '14.16.0'
download = true
}

Expand Down
6 changes: 3 additions & 3 deletions cerberus-dashboard/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 gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# limitations under the License.
#

version=4.10.3
version=4.11.0
group=com.nike.cerberus

0 comments on commit 826914c

Please sign in to comment.