Skip to content

Commit 3946c2e

Browse files
build(deps): bump actions/setup-node from 6 to 7 (#140)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57b8636 commit 3946c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v7
2222
- name: Install Node.js
23-
uses: actions/setup-node@v6
23+
uses: actions/setup-node@v7
2424
with:
2525
node-version: "24"
2626
- name: Run tests

0 commit comments

Comments
 (0)