File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest]
16- node-version : [16 .x]
16+ node-version : [22 .x]
1717 fail-fast : false
1818
1919 steps :
2020 - name : Checkout
2121 uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2222
2323 - name : Setup node
24- uses : actions/setup-node@v3
24+ uses : actions/setup-node@v4
2525 with :
26- node-version : ' 16 '
26+ node-version : ' 22 '
2727
2828 - name : Setup pnpm
2929 uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 1+ lts-jod
Original file line number Diff line number Diff line change 3333 ],
3434 "scripts" : {
3535 "dev" : " tsx src/cli.ts" ,
36- "build" : " tsx scripts/build.ts && tsup src/cli.ts src/index.ts --format cjs,esm --dts --minify" ,
36+ "build" : " tsx scripts/build.ts && tsdown src/cli.ts src/index.ts --format cjs,esm --dts --minify" ,
3737 "prepare" : " pnpm run build" ,
3838 "release" : " pnpm publish --no-git-checks"
3939 },
4040 "dependencies" : {
41- "chalk" : " ^5.0 .1"
41+ "chalk" : " ^5.4 .1"
4242 },
4343 "devDependencies" : {
4444 "@jungzl/eslint-config-ts" : " ^0.0.8" ,
45- "@types/chroma-js" : " ^2 .1.3 " ,
46- "@types/color-namer" : " ^1.3.0 " ,
47- "@types/node" : " ^18.0.0 " ,
48- "chroma-js" : " ^2.4 .2" ,
45+ "@types/chroma-js" : " ^3 .1.1 " ,
46+ "@types/color-namer" : " ^1.3.3 " ,
47+ "@types/node" : " ^22.15.34 " ,
48+ "chroma-js" : " ^3.1 .2" ,
4949 "color-namer" : " ^1.4.0" ,
50- "eslint" : " ^8.18.0" ,
51- "tsup" : " ^7.0.0" ,
52- "tsx" : " ^3.4.3" ,
53- "typescript" : " ^5.0.0"
54- }
50+ "eslint" : " ^8.57.1" ,
51+ "tsdown" : " ^0.12.9" ,
52+ "tsx" : " ^4.20.3" ,
53+ "typescript" : " ^5.8.3"
54+ },
55+ "packageManager" : " pnpm@10.12.4"
5556}
You can’t perform that action at this time.
0 commit comments