Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeF03 committed Mar 23, 2024
1 parent a8d184b commit 47f1929
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand All @@ -51,7 +52,8 @@
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: ${{ matrix.pnpm }}
version: ${{ matrix.pnpm }}º
cache: 'pnpm'

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -87,6 +89,7 @@
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 47f1929

Please sign in to comment.