Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
use pnpm action-setup v2 for pnpm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Dec 29, 2023
1 parent 8baa469 commit 79cdb63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 8

- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
cache-dependency-path: package-lock.json

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 79cdb63

Please sign in to comment.