Skip to content

Commit

Permalink
Moved pnpm action before everything else
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Feb 17, 2024
1 parent 2206077 commit d752f9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
name: Testing Workflow Linux
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
check-latest: true
cache: "pnpm"
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: |
pnpm install
Expand Down

0 comments on commit d752f9e

Please sign in to comment.