mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-28 17:23:28 +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
|
||||
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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -1 +1 @@
|
||||
v16.10.0
|
||||
v16.20.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user