Skip to content

Commit c5bc338

Browse files
committed
chore: update GitHub workflows to use pnpm
- Use pnpm/action-setup for pnpm installation - Use actions/setup-node@v6 - Add pnpm cache configuration
1 parent 4e1994c commit c5bc338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version: "latest"
3131

3232
- name: Setup Node
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: "latest"
3636
cache: "pnpm"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
coverage: xdebug
3030

3131
- name: Setup Node
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6
3333
with:
3434
node-version: "22"
3535
cache: "pnpm"

0 commit comments

Comments
 (0)