mirror of https://github.com/apache/druid.git
Update node to 14.19.3. (#12632)
This commit is contained in:
parent
353475bd36
commit
1ace7336cd
|
@ -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
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"node": ">=14"
|
||||
},
|
||||
"volta": {
|
||||
"node": "14.19.0",
|
||||
"node": "14.19.3",
|
||||
"npm": "6.14.16"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue