Skip to content

Commit 79ed2b9

Browse files
authored
Merge pull request #303 from chantouchsek/dependabot/github_actions/actions/setup-node-3.1.0
fix(deps): bump actions/setup-node from 2.5.1 to 3.1.0
2 parents fcbf2b7 + 907bd7e commit 79ed2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/[email protected]
2222
with:
2323
fetch-depth: 1
24-
- uses: actions/setup-node@v2.5.1
24+
- uses: actions/setup-node@v3.1.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: yarn

0 commit comments

Comments
 (0)