Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyguenther committed Jan 23, 2025
1 parent d8d9f49 commit d8ad5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 10
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '23'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit d8ad5c7

Please sign in to comment.