File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 - name : Setup Node.js
1414 uses : actions/setup-node@v4
1515 with :
16- node-version : ' 20 '
16+ node-version : ' 24 '
1717 cache : ' npm'
1818
1919 - name : Install dependencies
Original file line number Diff line number Diff line change 99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Setup Node.js
1515 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 44 "description" : " GitHub Action for running svelte-check with problem matcher" ,
55 "main" : " dist/index.js" ,
66 "engines" : {
7- "node" : " >=20 "
7+ "node" : " >=24 <25 "
88 },
99 "scripts" : {
1010 "build" : " rm -rf lib dist && tsc --outDir lib && ncc build lib/src/index.js -o dist && cp .github/svelte-check-matcher.json dist/" ,
You can’t perform that action at this time.
0 commit comments