Skip to content

Commit 56a93ec

Browse files
authored
Merge pull request #68 from chantouchsek/dependabot/github_actions/actions/setup-node-2.4.0
fix(deps): bump actions/setup-node from 2.1.5 to 2.4.0
2 parents 1c67616 + d599d4b commit 56a93ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/[email protected]
2323
with:
2424
fetch-depth: 1
25-
- uses: actions/setup-node@v2.1.5
25+
- uses: actions/setup-node@v2.4.0
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: yarn

0 commit comments

Comments
 (0)