Skip to content

Commit

Permalink
Update to latest version of turbo CLI (#42711)
Browse files Browse the repository at this point in the history
Ensures we have latest patches in turbo CLI. 

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
  • Loading branch information
ijjk committed Nov 10, 2022
1 parent 05bdd71 commit 2c199c4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -8,7 +8,7 @@ name: Build, test, and deploy

env:
NAPI_CLI_VERSION: 2.12.0
TURBO_VERSION: 1.3.2-canary.1
TURBO_VERSION: 1.6.3
RUST_TOOLCHAIN: nightly-2022-09-23
PNPM_VERSION: 7.3.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_stats.yml
Expand Up @@ -6,7 +6,7 @@ name: Generate Pull Request Stats

env:
NAPI_CLI_VERSION: 2.12.0
TURBO_VERSION: 1.3.2-canary.1
TURBO_VERSION: 1.6.3
RUST_TOOLCHAIN: nightly-2022-09-23
PNPM_VERSION: 7.3.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -203,7 +203,7 @@
"taskr": "1.1.0",
"tree-kill": "1.2.2",
"tsec": "0.2.1",
"turbo": "1.5.3",
"turbo": "1.6.3",
"typescript": "4.8.2",
"wait-port": "0.2.2",
"webpack": "5.74.0",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c199c4

Please sign in to comment.