Skip to content

Commit 3e7a706

Browse files
chore(deps): update actions/setup-node action to v7
1 parent 0f30f36 commit 3e7a706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.14"
29-
- uses: actions/setup-node@v6
29+
- uses: actions/setup-node@v7
3030
with:
3131
node-version: "24"
3232
# Only check files changed in the PR / push. Adding pre-commit to a

0 commit comments

Comments
 (0)