Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Jul 26, 2023
1 parent 3b797ed commit 7119544
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
- uses: pnpm/action-setup@v2.0.1
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false

- uses: actions/cache@v3
name: Setup pnpm cache
with:
Expand All @@ -40,13 +47,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- uses: pnpm/action-setup@v2.0.1
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false

- name: Install JS deps
working-directory: ./browser/
run: |
Expand Down

0 comments on commit 7119544

Please sign in to comment.