Skip to content

Commit 06ab7a6

Browse files
chore(deps): update actions/setup-node action to v4
1 parent b00bf28 commit 06ab7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: wagoid/commitlint-github-action@v5
2626
if: github.event_name == 'pull_request'
2727

28-
- uses: actions/setup-node@v3
28+
- uses: actions/setup-node@v4
2929
with:
3030
cache: "npm"
3131
node-version-file: ".nvmrc"

0 commit comments

Comments
 (0)