Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeF03 committed Mar 23, 2024
2 parents 47f1929 + 6a1e700 commit 3fc474c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
run:
working-directory: ${{ matrix.working-directory }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: ${{ matrix.pnpm }}
Expand All @@ -26,7 +26,6 @@
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand All @@ -49,11 +48,10 @@
run:
working-directory: ${{ matrix.working-directory }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: ${{ matrix.pnpm }}º
cache: 'pnpm'

- name: Set up Node.js
uses: actions/setup-node@v4
Expand All @@ -80,7 +78,7 @@
run:
working-directory: ${{ matrix.working-directory }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: ${{ matrix.pnpm }}
Expand All @@ -89,7 +87,6 @@
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 3fc474c

Please sign in to comment.