-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions of dependencies. (Go, pnpm, CI, .devcontainer) (#1153)
- Loading branch information
1 parent
3ee0745
commit 054fd07
Showing
9 changed files
with
72 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,22 +17,22 @@ jobs: | |
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 2 | ||
|
||
- name: Set up Go 1.x | ||
uses: actions/setup-go@v2 | ||
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.17.6 | ||
go-version: 1.18.0 | ||
id: go | ||
|
||
- uses: pnpm/action-setup@v2.0.1 | ||
- uses: pnpm/action-setup@v2.1.0 | ||
with: | ||
version: 6.32.2 | ||
version: 6.32.11 | ||
|
||
- name: Setup Node.js environment | ||
uses: actions/setup-node@v2 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
cache: pnpm | ||
|
@@ -63,22 +63,22 @@ jobs: | |
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 2 | ||
|
||
- name: Set up Go 1.x | ||
uses: actions/setup-go@v2 | ||
- name: Set up Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.17.6 | ||
go-version: 1.18.0 | ||
id: wingo | ||
|
||
- uses: pnpm/action-setup@v2.0.1 | ||
- uses: pnpm/action-setup@v2.1.0 | ||
with: | ||
version: 6.32.2 | ||
version: 6.32.11 | ||
|
||
- name: Setup Node.js environment | ||
uses: actions/setup-node@v2 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
cache: pnpm | ||
|
@@ -121,22 +121,22 @@ jobs: | |
fi | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 2 | ||
|
||
- name: Set up Go 1.x | ||
uses: actions/setup-go@v2 | ||
- name: Set up Go 1 | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.17.6 | ||
go-version: 1.18.0 | ||
id: go | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 6.32.2 | ||
version: 6.32.11 | ||
|
||
- name: Setup Node.js environment | ||
uses: actions/setup-node@v2 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16 | ||
cache: pnpm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,5 @@ | |
"simple-git-hooks": { | ||
"pre-commit": "pnpm exec lint-staged" | ||
}, | ||
"packageManager": "[email protected].2" | ||
"packageManager": "[email protected].11" | ||
} |
054fd07
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
turbo-site – ./
turbo.vercel.app
www.turborepo.org
turbo.vercel.sh
turbo-site.vercel.sh
turborepo.org
turbo-site-git-main.vercel.sh