Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-interceptors
Browse files Browse the repository at this point in the history
  • Loading branch information
juanchoperezj committed Jul 17, 2024
2 parents e9940a6 + 3d02d93 commit d504c9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/setup-node-pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ description: 'Setup Node + PNPM + Install Dependencies'
runs:
using: 'composite'
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
- uses: actions/setup-node@v4
name: Install Node.js
with:
node-version: 18
cache: 'pnpm'
Expand Down

0 comments on commit d504c9b

Please sign in to comment.