Skip to content

Commit 7cd1432

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

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
@@ -32,7 +32,7 @@ jobs:
3232
uses: pnpm/action-setup@v4
3333

3434
- name: Install node
35-
uses: actions/setup-node@v4
35+
uses: actions/setup-node@v5
3636
with:
3737
node-version: ${{ matrix.node }}
3838
cache: pnpm

0 commit comments

Comments
 (0)