mirror of https://github.com/apache/druid.git
Bump node and npm
This commit is contained in:
parent
e89320c708
commit
e93c8e00e7
|
@ -385,7 +385,7 @@ jobs:
|
|||
install: web-console/script/druid build
|
||||
before_script:
|
||||
- ./check_test_suite.py && travis_terminate 0 || echo 'Starting nvm install...'
|
||||
- nvm install 10.24.0
|
||||
- nvm install 16.13.2
|
||||
- web-console/script/druid start
|
||||
script: (cd web-console && npm run test-e2e)
|
||||
after_script: web-console/script/druid stop
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -52,11 +52,10 @@
|
|||
"start": "webpack serve --hot --open"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=16"
|
||||
},
|
||||
"volta": {
|
||||
"node": "14.16.1",
|
||||
"npm": "6.14.12"
|
||||
"node": "16.13.2"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1% and supports es6",
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
<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.16.1</node.version>
|
||||
<npm.version>6.14.12</npm.version>
|
||||
<node.version>v16.13.2</node.version>
|
||||
<npm.version>8.1.2</npm.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue