Skip to content

Commit 97c6c3b

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 518f1b5 commit 97c6c3b

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
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: wagoid/commitlint-github-action@v5
2828
if: github.event_name == 'pull_request'
29-
- uses: actions/setup-node@v3
29+
- uses: actions/setup-node@v4
3030
with:
3131
cache: "npm"
3232
node-version-file: ".nvmrc"

0 commit comments

Comments
 (0)