File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Git Checkout
17- uses : actions/checkout@v3
18-
19- - name : Use Node.js 20.x
20- uses : actions/setup-node@v3
21- with :
22- node-version : 20
17+ uses : actions/checkout@v4
2318
2419 - uses : oven-sh/setup-bun@v1
2520 with :
Original file line number Diff line number Diff line change 99 " scripts"
1010 ],
1111 "scripts" : {
12- "build" : " bunx turbo run build --include-dependencies" ,
12+ "build" : " bun --bun turbo run build --include-dependencies" ,
1313 "lint" : " biome check packages" ,
1414 "format" : " biome format packages" ,
1515 "publish-packages" : " bunx turbo run build test && changeset version && changeset publish" ,
1616 "test" : " bun test"
1717 },
1818 "devDependencies" : {
19- "@biomejs/biome" : " 1.5.0" ,
20- "@biomejs/cli-linux-x64" : " ^1.5.0" ,
19+ "@biomejs/biome" : " 1.5.3" ,
2120 "@changesets/changelog-github" : " ^0.5.0" ,
2221 "@changesets/cli" : " ^2.27.1" ,
23- "@types/node" : " ^20.10.8 " ,
24- "bun-types" : " ^1.0.21 " ,
22+ "@types/node" : " ^20.11.5 " ,
23+ "bun-types" : " ^1.0.25 " ,
2524 "scripts" : " workspace:*" ,
2625 "turbo" : " ^1.11.3"
2726 },
You can’t perform that action at this time.
0 commit comments