Skip to content

Commit fe21295

Browse files
chore(deps): update actions/setup-node action to v4.2.0
1 parent a35e1e0 commit fe21295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: ${{ github.event.workflow_run.head_branch}}
2929
filter: "blob:none"
3030
fetch-depth: 0
31-
- uses: actions/setup-node@v4.1.0
31+
- uses: actions/setup-node@v4.2.0
3232
with:
3333
cache: "npm"
3434
- run: npm ci

0 commit comments

Comments
 (0)