Skip to content

Commit

Permalink
Test pnpm install without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrac committed Apr 18, 2024
1 parent 57414a7 commit 42e31d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
name: Install pnpm
with:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- args: [--global, gulp, prettier, typescript]
# run_install: false
#
# - name: Get pnpm store directory
Expand Down

0 comments on commit 42e31d1

Please sign in to comment.