File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest, windows-latest, macos-latest]
15- node-version : [16.x, 18.x, 20.x]
16- # Test fewer combinations to reduce CI time
17- exclude :
18- - os : windows-latest
19- node-version : 16.x
20- - os : macos-latest
21- node-version : 16.x
15+ node-version : [20.x, 22.x]
2216
2317 steps :
2418 - name : Checkout repository
Original file line number Diff line number Diff line change 2727 " build-tools"
2828 ],
2929 "engines" : {
30- "node" : " >=16 .0.0"
30+ "node" : " >=20 .0.0"
3131 },
3232 "scripts" : {
33- "build" : " esbuild src/index.js --bundle --platform=node --target=node16 --format=esm --outfile=dist/index.js --banner:js=\" #!/usr/bin/env node\" --external:inquirer --external:chalk --external:cli-table3 --external:commander" ,
33+ "build" : " esbuild src/index.js --bundle --platform=node --target=node20 --format=esm --outfile=dist/index.js --banner:js=\" #!/usr/bin/env node\" --external:inquirer --external:chalk --external:cli-table3 --external:commander" ,
3434 "dev" : " tsx src/index.js" ,
3535 "test" : " NODE_OPTIONS='--experimental-vm-modules' jest" ,
3636 "test:watch" : " jest --watch" ,
You can’t perform that action at this time.
0 commit comments