Skip to content

Commit

Permalink
chore: update pnpm action version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Feb 26, 2024
1 parent 4d6bcca commit 32dd5d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- name: Install PNPM
run: npm i -g pnpm
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit 32dd5d9

Please sign in to comment.