Skip to content

Commit

Permalink
bug: change versions and update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leuke-naam committed Oct 15, 2024
1 parent 26aae73 commit 53ee9d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- uses: actions/checkout@v3

- name: Setup `pnpm`
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: "16.13.1"
version: latest

- name: Setup `node`
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
cache: pnpm
Expand Down

0 comments on commit 53ee9d5

Please sign in to comment.