Skip to content

Commit

Permalink
chore: update version in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Oct 4, 2024
1 parent 7a253a4 commit 2cd860f
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 @@ -7,12 +7,11 @@ runs:
uses: pnpm/action-setup@v4
with:
version: latest
node-version: 20
- name: Install Node.js
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 20
version: latest
- name: Install dependencies
shell: bash
run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit 2cd860f

Please sign in to comment.