Skip to content

Commit 54ae329

Browse files
authored
Merge pull request #921 from chantouchsek/dependabot/github_actions/actions/setup-node-4.0.0
fix(deps): bump actions/setup-node from 3.8.1 to 4.0.0
2 parents f302261 + b7d3f91 commit 54ae329

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/checkout@v4.1.1
2222
with:
2323
fetch-depth: 1
24-
- uses: actions/setup-node@v3.8.1
24+
- uses: actions/setup-node@v4.0.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: yarn

0 commit comments

Comments
 (0)