File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,15 +17,10 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v6
1919
20- - uses : pnpm/action-setup@v5
21- with :
22- cache : true
23-
2420 - name : Use Node.js ${{ matrix.node-version }}
2521 uses : actions/setup-node@v6
2622 with :
2723 node-version : ${{ matrix.node-version }}
28- cache : ' pnpm'
2924
3025 - name : Enable Corepack
3126 run : corepack enable
Original file line number Diff line number Diff line change @@ -17,15 +17,10 @@ jobs:
1717 - name : Checkout
1818 uses : actions/checkout@v6
1919
20- - uses : pnpm/action-setup@v5
21- with :
22- cache : true
23-
2420 - name : Setup Node
2521 uses : actions/setup-node@v6
2622 with :
2723 node-version : 24
28- cache : ' pnpm'
2924
3025 - name : Enable Corepack
3126 run : corepack enable
Original file line number Diff line number Diff line change 44 "description" : " Compares JS strings using UTF-8 bitwise semantics" ,
55 "type" : " module" ,
66 "main" : " src/index.js" ,
7- "packageManager" : " pnpm@10.7.1 " ,
7+ "packageManager" : " pnpm@11.1.3 " ,
88 "scripts" : {
99 "build-dts" : " rm -f src/*.d.ts && tsc --emitDeclarationOnly && prettier src/*.d.ts --write" ,
1010 "build" : " pnpm run build-dts" ,
You can’t perform that action at this time.
0 commit comments