Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 12, 2023
1 parent c6a1c85 commit dbfcb9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test_deploy_new.yml
Expand Up @@ -20,6 +20,10 @@ jobs:
TURBO_TEAM: 'vercel'
TURBO_REMOTE_ONLY: 'true'
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
NEXT_TELEMETRY_DISABLED: 1
# we build a dev binary for use in CI so skip downloading
# canary next-swc binaries in the monorepo
NEXT_SKIP_NATIVE_POSTINSTALL: 1

steps:
- run: node -v
Expand Down

0 comments on commit dbfcb9c

Please sign in to comment.