Skip to content

Commit

Permalink
fix(ci): switch order as per actions/setup-node#530 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
binary64 committed May 12, 2023
1 parent 5ad8aa9 commit 27cd214
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: 'pnpm'

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
run_install: false

- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: 'pnpm'

- name: Get pnpm store directory
id: pnpm-cache
shell: bash
Expand Down

0 comments on commit 27cd214

Please sign in to comment.