Skip to content

Commit

Permalink
build(next-swc): update turbopack to latest (#42733)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Nov 10, 2022
1 parent b50ade8 commit 784d9a7
Show file tree
Hide file tree
Showing 8 changed files with 255 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -9,7 +9,7 @@ name: Build, test, and deploy
env:
NAPI_CLI_VERSION: 2.12.0
TURBO_VERSION: 1.3.2-canary.1
RUST_TOOLCHAIN: nightly-2022-09-23
RUST_TOOLCHAIN: nightly-2022-11-04
PNPM_VERSION: 7.3.0

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_stats.yml
Expand Up @@ -7,7 +7,7 @@ name: Generate Pull Request Stats
env:
NAPI_CLI_VERSION: 2.12.0
TURBO_VERSION: 1.3.2-canary.1
RUST_TOOLCHAIN: nightly-2022-09-23
RUST_TOOLCHAIN: nightly-2022-11-04
PNPM_VERSION: 7.3.0

jobs:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }}
with:
profile: minimal
toolchain: nightly-2022-09-23
toolchain: nightly-2022-11-04

- name: Cache cargo registry
uses: actions/cache@v1
Expand Down

0 comments on commit 784d9a7

Please sign in to comment.