Skip to content

Commit ea00ebf

Browse files
authored
Merge pull request #631 from chantouchsek/dependabot/github_actions/actions/setup-node-3.6.0
fix(deps): bump actions/setup-node from 3.5.1 to 3.6.0
2 parents 44f998b + 3629f0b commit ea00ebf

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@v3.5.1
24+
- uses: actions/setup-node@v3.6.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: yarn

0 commit comments

Comments
 (0)