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
|
install: web-console/script/druid build
|
||||||
before_script:
|
before_script:
|
||||||
- ./check_test_suite.py && travis_terminate 0 || echo 'Starting nvm install...'
|
- ./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
|
- web-console/script/druid start
|
||||||
script: (cd web-console && npm run test-e2e)
|
script: (cd web-console && npm run test-e2e)
|
||||||
after_script: web-console/script/druid stop
|
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"
|
"start": "webpack serve --hot --open"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "14.16.1",
|
"node": "16.13.2"
|
||||||
"npm": "6.14.12"
|
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 1% and supports es6",
|
"> 1% and supports es6",
|
||||||
|
|
|
@ -34,8 +34,8 @@
|
||||||
<properties>
|
<properties>
|
||||||
<resources.directory>${project.build.directory}/resources</resources.directory>
|
<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 -->
|
<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>
|
<node.version>v16.13.2</node.version>
|
||||||
<npm.version>6.14.12</npm.version>
|
<npm.version>8.1.2</npm.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue