-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ refactor(next): add pnpm to github actions-setup
- Loading branch information
1 parent
7a09035
commit d567f1b
Showing
3 changed files
with
6 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ jobs: | |
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
|
||
steps: | ||
- uses: pnpm/[email protected] | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
|
@@ -30,6 +31,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: vitest | ||
steps: | ||
- uses: pnpm/[email protected] | ||
- uses: actions/checkout@v2 | ||
- name: Install Vercel CLI | ||
run: pnpm add --global vercel@latest | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,8 @@ jobs: | |
node-version: [18.x] | ||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
|
||
steps: | ||
steps: | ||
- uses: pnpm/[email protected] | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
|
@@ -29,6 +30,7 @@ jobs: | |
Deploy-Production: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: pnpm/[email protected] | ||
- uses: actions/checkout@v2 | ||
- name: Install Vercel CLI | ||
run: pnpm install --global vercel@latest | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.