Skip to content

Commit 57fc8ef

Browse files
build(deps): bump actions/setup-node from 5 to 6 (#2974)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d50d9ec commit 57fc8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: Checkout
157157
uses: actions/checkout@v5
158158
- name: Setup Node
159-
uses: actions/setup-node@v5
159+
uses: actions/setup-node@v6
160160
with:
161161
node-version: 22
162162
cache: "npm"

0 commit comments

Comments
 (0)