mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 09:42:23 +00:00
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:
parent
ab807164b2
commit
9a55b38d07
@ -106,7 +106,9 @@ jobs:
|
|||||||
- name: Start Server and Ingest Sample Data
|
- name: Start Server and Ingest Sample Data
|
||||||
env:
|
env:
|
||||||
INGESTION_DEPENDENCY: "all"
|
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
|
timeout-minutes: 60
|
||||||
|
|
||||||
- name: Run Cypress Tests
|
- name: Run Cypress Tests
|
||||||
|
|||||||
@ -106,7 +106,7 @@
|
|||||||
<goal>install-node-and-yarn</goal>
|
<goal>install-node-and-yarn</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<nodeVersion>v16.14.2</nodeVersion>
|
<nodeVersion>v16.20.2</nodeVersion>
|
||||||
<yarnVersion>v1.22.18</yarnVersion>
|
<yarnVersion>v1.22.18</yarnVersion>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
v16.10.0
|
v16.20.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user