Skip to content

Commit

Permalink
build: correct step order
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Jul 26, 2023
1 parent fdcf1b4 commit b6064cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8.6.7

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

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8.6.7

- name: Install dependencies
run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit b6064cd

Please sign in to comment.