Skip to content

Commit

Permalink
feat: ensure ci uses up-to-date versions
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Sep 26, 2023
1 parent 9d1355a commit e0f1310
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 @@ -29,9 +29,9 @@ jobs:
with:
fetch-depth: 2

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v2
with:
version: 6.32.2
version: 8

- name: 🏗 Setup Node.js environment
uses: actions/setup-node@v3
Expand Down

0 comments on commit e0f1310

Please sign in to comment.