Skip to content

Commit c13f258

Browse files
chore(deps): update actions/setup-node action to v5 (#2705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfa2bcf commit c13f258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/[email protected]
2525
- name: Use Node.js ${{ matrix.node }}
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v5
2727
with:
2828
node-version: ${{ matrix.node }}
2929
cache: 'pnpm'

0 commit comments

Comments
 (0)