diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 8999e6fd..bcf30ed3 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -3,7 +3,7 @@ description: Setup Build Step inputs: node-version: required: true - default: '18.x' + default: '20.x' runs: using: "composite" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7ed093a..882a8c85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: working-directory: playground - name: Build playground - run: yarn run playground:build + run: npm run playground:build env: EXPO_NO_TELEMETRY: 1