bump(ui): node version to fix node-gyp error (#14129)

* bump(ui): node version to fix node-gyp error

* enable logs

* fix node-gyp

* eliminate remove command

* revert to silent build
This commit is contained in:
Chirag Madlani 2023-11-28 11:43:10 +05:30 committed by GitHub
parent ab807164b2
commit 9a55b38d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -106,7 +106,9 @@ jobs:
- name: Start Server and Ingest Sample Data
env:
INGESTION_DEPENDENCY: "all"
run: ./docker/run_local_docker.sh -d mysql
run: |
yarn global add node-gyp
./docker/run_local_docker.sh -d mysql
timeout-minutes: 60
- name: Run Cypress Tests

View File

@ -106,7 +106,7 @@
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
<nodeVersion>v16.14.2</nodeVersion>
<nodeVersion>v16.20.2</nodeVersion>
<yarnVersion>v1.22.18</yarnVersion>
</configuration>
</execution>

View File

@ -1 +1 @@
v16.10.0
v16.20.2