Skip to content

Commit

Permalink
Update packages.yaml.tmpl (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Mar 7, 2024
1 parent e3815f8 commit e5e90fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,10 @@ components:
- os: darwin
description: install nodejs toolchain.
script: |
echo "dddddd debug ddddddd"
printenv
echo "dddddd debug ddddddd"

NODE_VERSION="v16.20.2"
NVM_VERSION="v0.39.5"
NVM_DIR="$HOME/.nvm"
Expand All @@ -1244,6 +1248,10 @@ components:

node --version && npm --version
npm install -g yarn

echo "dddddd debug ddddddd"
printenv
echo "dddddd debug ddddddd"
- script: |
make cdc dm-master-with-webui dm-worker dmctl dm-syncer
artifacts:
Expand Down

0 comments on commit e5e90fb

Please sign in to comment.