Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit 0857984

Browse files
Update dependency node to v24
1 parent a337945 commit 0857984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2121
with:
22-
node-version: 22
22+
node-version: 24
2323

2424
- name: Install Node.js dependencies
2525
run: npm ci

0 commit comments

Comments
 (0)