diff --git a/.gitpod.yml b/.gitpod.yml index 9533234cc5be3333998b4dd7253a97ebf974b184..8becaf641db0c35eba8869b81725f324ae456323 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -14,7 +14,7 @@ tasks: gp sync-await setup cd packages/form-manager nvm use 16 - npm install + pnpm install command: | npm run start:dev - name: Setup React Wrapper @@ -22,8 +22,8 @@ tasks: init: | gp sync-await setup cd apps/wrapper - nvm use 14 - npm install + nvm use 16 + pnpm install command: | npm run start