Skip to content

Commit 866b91c

Browse files
chenrui333eregon
authored andcommitted
chore: add setup-node for lint job
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent c4cd38d commit 866b91c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,9 @@ jobs:
420420
runs-on: ubuntu-22.04
421421
steps:
422422
- uses: actions/checkout@v5
423+
- uses: actions/setup-node@v5
424+
with:
425+
node-version: '24'
423426
- run: yarn install
424427
- run: yarn run package
425428
- name: Check generated files are up to date

0 commit comments

Comments
 (0)