Skip to content

Commit cfad49b

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 572edf9 commit cfad49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: wagoid/commitlint-github-action@v5
23-
- uses: actions/setup-node@v3
23+
- uses: actions/setup-node@v4
2424
with:
2525
cache: "npm"
2626
node-version-file: ".nvmrc"

0 commit comments

Comments
 (0)