Skip to content

Commit

Permalink
fix: fix dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Mar 20, 2023
1 parent 5f5052c commit 8580059
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
with:
node-version: 16.x

- name: Setup pnpm and install dependencies
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7
run_install: true
- name: Install dependencies
run: pnpm install --frozen-lockfile --prefer-offline

- name: Rebuild the dist/ directory
run: pnpm run build
Expand Down

0 comments on commit 8580059

Please sign in to comment.