File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 21
21
node-version : lts/*
22
22
23
23
- 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
25
27
26
28
- name : Setup
27
29
run : npm i -g @antfu/ni
Original file line number Diff line number Diff line change 21
21
node-version : lts/*
22
22
23
23
- 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
25
27
26
28
- name : Setup ni
27
29
run : npm i -g @antfu/ni
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
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
22
24
23
25
- name : Set node
24
26
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/devtools-api" ,
3
3
"type" : " module" ,
4
- "sideEffects" : false ,
5
4
"version" : " 7.7.1" ,
6
5
"author" : " webfansplz" ,
7
6
"license" : " MIT" ,
10
9
"type" : " git" ,
11
10
"url" : " git+https://github.com/vuejs/devtools.git"
12
11
},
12
+ "sideEffects" : false ,
13
13
"exports" : {
14
14
"." : {
15
15
"import" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments