Skip to content

Commit

Permalink
simplified pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vygandas committed Oct 29, 2023
1 parent aae3bf3 commit 4c959b9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pr_affected_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: |
- use-beta-cli=true
- recursive: true
args: [--frozen-lockfile=false, --strict-peer-dependencies, --no-prefer-frozen-lockfile]
- args: [--global, gulp, prettier, typescript, eslint]
run_install: false
# run_install: |
# - use-beta-cli=true
# - recursive: true
# args: [--frozen-lockfile=false, --strict-peer-dependencies, --no-prefer-frozen-lockfile]
# - args: [--global, gulp, prettier, typescript, eslint]

- run: pnpm install --no-prefer-frozen-lockfile

- name: Run Affected Tests
shell: bash
Expand Down

0 comments on commit 4c959b9

Please sign in to comment.