File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2121 node-version : lts/*
2222
2323 - name : Install pnpm
24- run : corepack enable pnpm
24+ # https://github.com/nitrojs/nitro/pull/3060
25+ # https://github.com/nodejs/corepack/pull/614
26+ run : npm i -g --force corepack && corepack enable pnpm
2527
2628 - name : Setup
2729 run : npm i -g @antfu/ni
Original file line number Diff line number Diff line change 2121 node-version : lts/*
2222
2323 - name : Install pnpm
24- uses : corepack enable pnpm
24+ # https://github.com/nitrojs/nitro/pull/3060
25+ # https://github.com/nodejs/corepack/pull/614
26+ run : npm i -g --force corepack && corepack enable pnpm
2527
2628 - name : Setup ni
2729 run : npm i -g @antfu/ni
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020
21- - run : corepack enable
21+ # https://github.com/nitrojs/nitro/pull/3060
22+ # https://github.com/nodejs/corepack/pull/614
23+ - run : npm i -g --force corepack && corepack enable pnpm
2224
2325 - name : Set node
2426 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/devtools-api" ,
33 "type" : " module" ,
4- "sideEffects" : false ,
54 "version" : " 7.7.1" ,
65 "author" : " webfansplz" ,
76 "license" : " MIT" ,
109 "type" : " git" ,
1110 "url" : " git+https://github.com/vuejs/devtools.git"
1211 },
12+ "sideEffects" : false ,
1313 "exports" : {
1414 "." : {
1515 "import" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments