File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 name : Test and Build
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
16- - uses : pnpm/action-setup@v2
16+ - uses : pnpm/action-setup@v4
1717 with :
18- version : 8.x
18+ version : 10
1919
20- - uses : actions/setup-node@v3
20+ - uses : actions/setup-node@v4
2121 with :
22- node-version : 16.x
22+ node-version : 20
2323 cache : " pnpm"
2424
2525 - run : pnpm install --frozen-lockfile
@@ -36,15 +36,15 @@ jobs:
3636 if : ${{ github.event_name == 'push' }}
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v4
4040
41- - uses : pnpm/action-setup@v2
41+ - uses : pnpm/action-setup@v4
4242 with :
43- version : 8.x
43+ version : 10
4444
45- - uses : actions/setup-node@v3
45+ - uses : actions/setup-node@v4
4646 with :
47- node-version : 16.x
47+ node-version : 20
4848 cache : " pnpm"
4949
5050 - run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 11{
2- "editor.formatOnSave" : true ,
3- "editor.codeActionsOnSave" : {
4- "source.organizeImports" : true ,
5- },
6- }
2+ "editor.formatOnSave" : true ,
3+ "editor.codeActionsOnSave" : {
4+ "source.organizeImports" : " explicit "
5+ }
6+ }
Original file line number Diff line number Diff line change 3838 },
3939 "homepage" : " https://github.com/eriicafes/commandstruct#readme" ,
4040 "devDependencies" : {
41- "@changesets/cli" : " ^2.26.2 " ,
42- "@types/node" : " ^20.4.2 " ,
43- "@vitest/coverage-v8" : " ^1.2.2 " ,
41+ "@changesets/cli" : " ^2.27.12 " ,
42+ "@types/node" : " ^20.17.17 " ,
43+ "@vitest/coverage-v8" : " ^3.0.5 " ,
4444 "shx" : " ^0.3.4" ,
45- "tsup" : " ^7.1.0 " ,
46- "typescript" : " ^5.1.6 " ,
47- "vitest" : " ^1.2.2 "
45+ "tsup" : " ^8.3.6 " ,
46+ "typescript" : " ^5.7.3 " ,
47+ "vitest" : " ^3.0.5 "
4848 },
4949 "peerDependencies" : {
50- "hollywood-di" : " >= 0.5.2 " ,
50+ "hollywood-di" : " >= 0.6.0 " ,
5151 "sade" : " >= 1.8.1"
5252 }
5353}
You can’t perform that action at this time.
0 commit comments