Skip to content

Commit

Permalink
ci: update ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pajecawav committed Jun 23, 2024
1 parent f51ce84 commit 0e330a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: pnpm

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

0 comments on commit 0e330a2

Please sign in to comment.