File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333 with :
3434 node-version : 24
35- cache : ' pnpm'
35+ cache : pnpm
3636
3737 - name : Install dependencies
3838 run : pnpm install --frozen-lockfile
5454 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5555 with :
5656 node-version : 24
57- cache : ' pnpm'
57+ cache : pnpm
5858
5959 - name : Install dependencies
6060 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 2121 with :
2222 node-version : 24
2323 registry-url : ' https://registry.npmjs.org'
24- cache : ' pnpm'
24+ cache : pnpm
2525
2626 - name : Install dependencies
2727 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 11{
22 "name" : " g-detector" ,
3- "version" : " 0.1.6 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " A powerful JavaScript library to detect the letter G" ,
55 "type" : " module" ,
66 "scripts" : {
77 "build" : " tsdown --dts" ,
88 "check" : " biome check" ,
9+ "check:fix" : " biome check --write --unsafe" ,
910 "format" : " biome format --write" ,
1011 "lint" : " biome lint" ,
11- "lint:fix" : " biome lint --fix --unsafe" ,
1212 "test" : " node --experimental-transform-types --test \" test/**/*.test.ts\" " ,
1313 "typecheck" : " tsc"
1414 },
You can’t perform that action at this time.
0 commit comments