Skip to content

Commit 9c31451

Browse files
Merge pull request #63 from wimpyprogrammer/dependabot/github_actions/actions/setup-node-3
Bump actions/setup-node from 2.5.1 to 3
2 parents f4d5a03 + 421bc60 commit 9c31451

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
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: '2'
2828

2929
- name: Test on Node ${{ matrix.node-version }}
30-
uses: actions/setup-node@v2.5.1
30+
uses: actions/setup-node@v3
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333

0 commit comments

Comments
 (0)