This is an automated email from the ASF dual-hosted git repository.
gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 1ace7336cd Update node to 14.19.3. (#12632)
1ace7336cd is described below
commit 1ace7336cd292babea75a6bd589e836f68f30007
Author: Gian Merlino <[email protected]>
AuthorDate: Fri Jun 10 10:18:12 2022 -0700
Update node to 14.19.3. (#12632)
---
.travis.yml | 2 +-
web-console/package.json | 2 +-
web-console/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 7334528d4d..39de33ee9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -409,7 +409,7 @@ jobs:
install: web-console/script/druid build
before_script:
- ./check_test_suite.py && travis_terminate 0 || echo 'Starting nvm
install...'
- - nvm install 14.19.0
+ - nvm install 14.19.3
- web-console/script/druid start
script: (cd web-console && npm run test-e2e)
after_script: web-console/script/druid stop
diff --git a/web-console/package.json b/web-console/package.json
index 26364cd51b..a57f669226 100644
--- a/web-console/package.json
+++ b/web-console/package.json
@@ -55,7 +55,7 @@
"node": ">=14"
},
"volta": {
- "node": "14.19.0",
+ "node": "14.19.3",
"npm": "6.14.16"
},
"browserslist": [
diff --git a/web-console/pom.xml b/web-console/pom.xml
index 649ffadf71..ebad222efa 100644
--- a/web-console/pom.xml
+++ b/web-console/pom.xml
@@ -34,7 +34,7 @@
<properties>
<resources.directory>${project.build.directory}/resources</resources.directory>
<druid.console.skip>false</druid.console.skip> <!-- this property is
overidden in Travis CI to skip the javascript-related work -->
- <node.version>v14.19.0</node.version>
+ <node.version>v14.19.3</node.version>
<npm.version>6.14.16</npm.version>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]