Skip to content

Commit

Permalink
Install pnpm after node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cedeber committed Sep 25, 2021
1 parent 688c1b0 commit 1be72d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.15.1
- name: Node.js
uses: actions/setup-node@v2
with:
node-version: 14
cache: pnpm
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.15.1
- name: Cache Rust
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 1be72d9

Please sign in to comment.