Skip to content

Commit d36befd

Browse files
Update dependency node to v24
1 parent 1717da6 commit d36befd

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
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: '12'
13+
node-version: '24'
1414
- run: npm install
1515
- run: npx run-p check:*

0 commit comments

Comments
 (0)