Skip to content

Commit

Permalink
chore(workflow): upgrade pnpm to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Oct 24, 2023
1 parent e145f3b commit 7fc006f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
with:
version: 8
run: corepack enable

- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit 7fc006f

Please sign in to comment.