Skip to content

Commit ee2c171

Browse files
Merge pull request #46 from wimpyprogrammer/dependabot/github_actions/actions/setup-node-2.5.0
Bump actions/setup-node from 2.4.1 to 2.5.0
2 parents 3e02772 + 9dfbb40 commit ee2c171

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.4.1
30+
uses: actions/setup-node@v2.5.0
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333

0 commit comments

Comments
 (0)