File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,14 @@ jobs:
1111 matrix :
1212 node-version :
1313 - 24
14- - 22
1514 - 20
1615 os :
1716 - ubuntu-latest
1817 - macos-latest
1918 # - windows-latest
2019 steps :
2120 - uses : actions/checkout@v5
22- - uses : actions/setup-node@v5
21+ - uses : actions/setup-node@v6
2322 with :
2423 node-version : ${{ matrix.node-version }}
2524 - run : npm install
Original file line number Diff line number Diff line change 1- import chunkify from 'chunkify' ;
21import { promisify } from 'node:util' ;
32import { execFile } from 'node:child_process' ;
43import { fileURLToPath } from 'node:url' ;
4+ import chunkify from 'chunkify' ;
55
66const pExecFile = promisify ( execFile ) ;
77
Original file line number Diff line number Diff line change 4747 ],
4848 "dependencies" : {
4949 "@stroncium/procfs" : " ^1.2.1" ,
50- "chunkify" : " ^2 .0.0" ,
50+ "chunkify" : " ^5 .0.0" ,
5151 "globby" : " ^14.1.0" ,
5252 "is-path-inside" : " ^4.0.0" ,
5353 "move-file" : " ^3.1.0" ,
You can’t perform that action at this time.
0 commit comments