Skip to content

Commit 9c8ddcd

Browse files
committed
Update pnpm and node version for CI
1 parent 9730f43 commit 9c8ddcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ runs:
2323
- uses: pnpm/action-setup@v3
2424
if: ${{ inputs.frontend == 'true' }}
2525
with:
26-
version: 8.6.1
26+
version: 10
2727

2828
- uses: actions/setup-node@v4
2929
if: ${{ inputs.frontend == 'true' }}
3030
with:
31-
node-version: 20
31+
node-version: 22
3232
cache: 'pnpm'
3333
cache-dependency-path: frontend
3434

0 commit comments

Comments
 (0)