Skip to content

Commit adbbf1f

Browse files
authored
Merge pull request #70 from chantouchsek/dependabot/github_actions/actions/setup-node-2.3.2
fix(deps): bump actions/setup-node from 2.3.0 to 2.3.2
2 parents e962430 + 4b323b1 commit adbbf1f

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/[email protected]
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].2
1717
with:
1818
node-version: 14
1919
- run: yarn

0 commit comments

Comments
 (0)