This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 4040a19875 fix(build): update node version to 16 (#12924)
4040a19875 is described below
commit 4040a19875a33d212485720e71f1f8278857750b
Author: Jayesh Choudhary <[email protected]>
AuthorDate: Mon Apr 15 11:27:31 2024 +0530
fix(build): update node version to 16 (#12924)
---
.github/workflows/pinot_compatibility_tests.yml | 4 ++--
.github/workflows/pinot_tests.yml | 4 ++--
pinot-controller/pom.xml | 4 ++--
pinot-controller/src/main/resources/.nvmrc | 1 +
4 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/pinot_compatibility_tests.yml
b/.github/workflows/pinot_compatibility_tests.yml
index e9d242fede..ecbc2300e0 100644
--- a/.github/workflows/pinot_compatibility_tests.yml
+++ b/.github/workflows/pinot_compatibility_tests.yml
@@ -46,12 +46,12 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
- node-version: v10.16.1
+ node-version: v16.15.0
cache: 'npm'
cache-dependency-path:
pinot-controller/src/main/resources/package-lock.json
- name: Install npm
run: |
- npm install -g [email protected]
+ npm install -g [email protected]
npm --version
- name: Pinot Compatibility Regression Testing
if : ${{github.event_name == 'workflow_dispatch'}}
diff --git a/.github/workflows/pinot_tests.yml
b/.github/workflows/pinot_tests.yml
index 1d90331719..2b97445d2b 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -281,12 +281,12 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
- node-version: v10.16.1
+ node-version: v16.15.0
cache: 'npm'
cache-dependency-path:
pinot-controller/src/main/resources/package-lock.json
- name: Install npm
run: |
- npm install -g [email protected]
+ npm install -g [email protected]
npm --version
# Step that does that actual cache save and restore
- uses: actions/cache@v4
diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml
index f70dde6471..0f49f928a1 100644
--- a/pinot-controller/pom.xml
+++ b/pinot-controller/pom.xml
@@ -159,8 +159,8 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
- <nodeVersion>v10.16.1</nodeVersion>
- <npmVersion>6.10.0</npmVersion>
+ <nodeVersion>v16.15.0</nodeVersion>
+ <npmVersion>8.5.5</npmVersion>
</configuration>
</execution>
<execution>
diff --git a/pinot-controller/src/main/resources/.nvmrc
b/pinot-controller/src/main/resources/.nvmrc
new file mode 100644
index 0000000000..7fd023741b
--- /dev/null
+++ b/pinot-controller/src/main/resources/.nvmrc
@@ -0,0 +1 @@
+v16.15.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]