Skip to content

Commit a55e160

Browse files
committed
chore: fix test
Signed-off-by: ysknsid25 <kengo071225@gmail.com>
1 parent ff17e41 commit a55e160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
ref: ${{ github.head_ref }}
2020

21-
- name: Use Node.js 22.x
21+
- name: Use Node.js 24.x
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 22.x
24+
node-version: 24.x
2525
cache: 'npm'
2626

2727
- run: npm ci

0 commit comments

Comments
 (0)