Skip to content

Commit

Permalink
pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
delphiactual committed Dec 6, 2023
1 parent 2a552e1 commit 3f5ee60
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ jobs:
with:
submodules: recursive

- uses: pnpm/action-setup@v2

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: pnpm

- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
- name: pnpm install
uses: pnpm/action-setup@v2
with:
run_install: |
- args: [--frozen-lockfile, --prefer-offline]
- name: Generate Data
run: pnpm generate-data
Expand Down

0 comments on commit 3f5ee60

Please sign in to comment.