Skip to content

Commit febba49

Browse files
Merge pull request #230 from wimpyprogrammer/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 8fb7c99 + 1e91e7a commit febba49

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
@@ -33,7 +33,7 @@ jobs:
3333
run: corepack enable
3434

3535
- name: Test on Node ${{ matrix.node-version }}
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939

0 commit comments

Comments
 (0)