Skip to content

Commit

Permalink
ci: update pnpm install action
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed May 25, 2024
1 parent 013b1c4 commit 5e8a86d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@ runs:
using: composite
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- name: Install dependencies
run: pnpm install
shell: bash
run_install: true

0 comments on commit 5e8a86d

Please sign in to comment.