Skip to content

Commit 965107b

Browse files
Merge pull request #28 from wimpyprogrammer/dependabot/github_actions/actions/setup-node-2.2.0
Bump actions/setup-node from 2.1.5 to 2.2.0
2 parents 2605b0e + ff3018b commit 965107b

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

0 commit comments

Comments
 (0)