Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephyrTFA authored Jul 29, 2024
1 parent 00d8a2e commit 04d116a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install PNPM
run: npm i -g pnpm

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: './pnpm-lock.yaml'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 04d116a

Please sign in to comment.