Skip to content

Commit e7b4941

Browse files
Merge pull request #35 from wimpyprogrammer/dependabot/github_actions/actions/setup-node-2.4.0
Bump actions/setup-node from 2.3.0 to 2.4.0
2 parents 4be32c5 + 965cb51 commit e7b4941

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

0 commit comments

Comments
 (0)