Skip to content

Commit 60f6395

Browse files
authored
Merge pull request #181 from chantouchsek/dependabot/github_actions/actions/setup-node-3.5.1
fix(deps): bump actions/setup-node from 2.4.1 to 3.5.1
2 parents 6698f29 + 246f8fd commit 60f6395

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@v3.0.2
16-
- uses: actions/setup-node@v2.4.1
16+
- uses: actions/setup-node@v3.5.1
1717
with:
1818
node-version: 14
1919
- run: yarn

0 commit comments

Comments
 (0)