Skip to content

Commit

Permalink
Move around the order of actions in the CI job, to try and get the ca…
Browse files Browse the repository at this point in the history
…ching to not break
  • Loading branch information
erunks committed Aug 20, 2024
1 parent c19920b commit 5a1e885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
with:
path: ./package.json

- uses: pnpm/action-setup@v4

- name: Cache PNPM modules
uses: actions/cache@v4
id: cache-modules
Expand All @@ -43,8 +45,6 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-node-

- uses: pnpm/action-setup@v4

- uses: actions/setup-node@v4
with:
# use the version found in `.nvmrc`
Expand Down

0 comments on commit 5a1e885

Please sign in to comment.