Skip to content

Commit f337027

Browse files
authored
Merge pull request #65 from chantouchsek/dependabot/github_actions/actions/setup-node-2.3.0
fix(deps): bump actions/setup-node from 2.2.0 to 2.3.0
2 parents 0a5c3d9 + 02188a9 commit f337027

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/checkout@v2.3.4
16-
- uses: actions/setup-node@v2.2.0
16+
- uses: actions/setup-node@v2.3.0
1717
with:
1818
node-version: 14
1919
- run: yarn

0 commit comments

Comments
 (0)