Skip to content

Commit

Permalink
chore: setup-node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandatoledo committed Jul 4, 2024
1 parent 0078ef5 commit 309f9e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-node-pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ description: 'Setup Node + PNPM + Install Dependencies'
runs:
using: 'composite'
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- uses: pnpm/action-setup@v2
with:
version: 8

- name: 📦 Install Project Dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 309f9e6

Please sign in to comment.