Skip to content

Commit

Permalink
Use pnpm action on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timomeh committed Apr 24, 2024
1 parent 43eaffd commit 5e8c0de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ description: Setup Node.js and install dependencies
runs:
using: composite
steps:
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm
- run: corepack enable
shell: bash
- run: pnpm install
shell: bash

0 comments on commit 5e8c0de

Please sign in to comment.