Skip to content

Commit

Permalink
fix: pnpm versions in nightly ci action (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvolk authored Sep 9, 2024
1 parent 791a0b5 commit 77ba130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit 77ba130

Please sign in to comment.