Skip to content

Commit

Permalink
update ci versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinewg committed Feb 13, 2024
1 parent 5e7e210 commit f1f833a
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 @@ -25,12 +25,12 @@ jobs:
with:
fetch-depth: 2

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

- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
Expand Down

0 comments on commit f1f833a

Please sign in to comment.