Skip to content

Commit 266d55f

Browse files
authored
Merge pull request #185 from uhop/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents e7734a1 + c37f086 commit 266d55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# with:
2727
# submodules: true
2828
- name: Setup Node.js ${{matrix.node-version}}
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: ${{matrix.node-version}}
3232
- name: Install the package and run tests

0 commit comments

Comments
 (0)