Skip to content

Commit

Permalink
Update CI tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Aug 22, 2023
1 parent f49d4c4 commit 45cc1da
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 @@ -10,11 +10,11 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7.x.x
version: 8.x.x

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 45cc1da

Please sign in to comment.