Skip to content

Commit

Permalink
move pnpm before node
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Oct 18, 2023
1 parent 939d17b commit 5772625
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ inputs:
runs:
using: 'composite'
steps:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
cache: pnpm

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false

- uses: actions/cache@v3
name: Setup cache for puppeteer
with:
Expand Down

0 comments on commit 5772625

Please sign in to comment.