Skip to content

Commit

Permalink
Update runners in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc authored Apr 10, 2024
1 parent 4747c6a commit 77ab55c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'pnpm'
Expand Down Expand Up @@ -79,11 +79,11 @@ jobs:
fetch-depth: 100
fetch-tags: true

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'pnpm'
Expand Down

0 comments on commit 77ab55c

Please sign in to comment.