Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 16, 2024
1 parent 1eda622 commit fb24457
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ runs:
using: "composite"
steps:
- name: Set up pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Set up Node
uses: actions/setup-node@v3
with:
cache: pnpm
node-version: 20

- name: Set up Bun
uses: oven-sh/setup-bun@v1

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

0 comments on commit fb24457

Please sign in to comment.