File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - uses : pnpm/action-setup@v4.2.0
3636 if : ${{ inputs.package-manager == 'pnpm' }}
3737
38- - uses : actions/setup-node@v6.2 .0
38+ - uses : actions/setup-node@v6.3 .0
3939 with :
4040 node-version : ${{ inputs.node-version }}
4141 node-version-file : ${{ inputs.node-version-file }}
6060 - uses : pnpm/action-setup@v4.2.0
6161 if : ${{ inputs.package-manager == 'pnpm' }}
6262
63- - uses : actions/setup-node@v6.2 .0
63+ - uses : actions/setup-node@v6.3 .0
6464 with :
6565 node-version : ${{ inputs.node-version }}
6666 node-version-file : ${{ inputs.node-version-file }}
@@ -101,7 +101,7 @@ jobs:
101101 - uses : pnpm/action-setup@v4.2.0
102102 if : ${{ inputs.package-manager == 'pnpm' }}
103103
104- - uses : actions/setup-node@v6.2 .0
104+ - uses : actions/setup-node@v6.3 .0
105105 with :
106106 node-version : ${{ inputs.node-version }}
107107 node-version-file : ${{ inputs.node-version-file }}
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "private" : true ,
4- "packageManager" : " pnpm@10.30.3 " ,
4+ "packageManager" : " pnpm@10.31.0 " ,
55 "license" : " MIT" ,
66 "scripts" : {
77 "build" : " pnpm -r run build" ,
You can’t perform that action at this time.
0 commit comments