Skip to content

Commit 4e71fa0

Browse files
chore(deps): update actions/setup-node action to v6 (#2015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 420c3d9 commit 4e71fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
version: 8.15.9
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v5
24+
uses: actions/setup-node@v6
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'pnpm'

0 commit comments

Comments
 (0)