Skip to content

Commit

Permalink
♻️ refactor(next): add pnpm to github actions-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thathurtabit committed Jan 13, 2024
1 parent 7a09035 commit d567f1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion public/sw.js

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

0 comments on commit d567f1b

Please sign in to comment.