Skip to content

Commit

Permalink
Upgrade deps for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Aug 26, 2024
1 parent a6be6b7 commit b542fbf
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 855 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install dependencies
uses: pnpm/action-setup@v3
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Use Node.js 20
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
Expand Down
Loading

0 comments on commit b542fbf

Please sign in to comment.