Skip to content

Commit

Permalink
Revert "Install pnpm after node setup"
Browse files Browse the repository at this point in the history
This reverts commit 1be72d9.
  • Loading branch information
cedeber committed Sep 25, 2021
1 parent 1be72d9 commit ebc23ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
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 ebc23ff

Please sign in to comment.