File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
+ - run : npm install -g corepack@0.31.0 # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
15
16
- run : corepack enable
16
17
- run : pnpm install
17
18
- run : pnpm run lint --fix
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- uses : actions/checkout@v4
9
+ - run : |
10
+ node -v
11
+ corepack -v
12
+ - run : npm install -g corepack@0.31.0 # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
9
13
- run : corepack enable
10
14
- run : pnpm install
11
- - run : pnpm run build
12
- - run : pnpm run lint
15
+ - run : pnpm build
16
+ - run : pnpm lint
13
17
- run : pnpm test -- --reporter html
14
18
- name : upload artifact
15
19
uses : actions/upload-artifact@v4
37
41
- " 5.7"
38
42
steps :
39
43
- uses : actions/checkout@v4
44
+ - run : npm install -g corepack@0.31.0 # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
40
45
- run : corepack enable
41
46
- run : pnpm install
42
47
- run : pnpm install typescript@${{ matrix.ts }}
47
52
runs-on : ubuntu-latest
48
53
steps :
49
54
- uses : actions/checkout@v4
55
+ - run : npm install -g corepack@0.31.0 # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
50
56
- run : corepack enable
51
57
- run : pnpm install
52
58
- run : pnpm arethetypeswrong
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
+ - run : npm install -g corepack@0.31.0 # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
12
13
- run : corepack enable
13
14
- run : pnpm install
14
15
- run : pnpm build
Original file line number Diff line number Diff line change 4
4
"engines" : {
5
5
"node" : " >=12.0.0"
6
6
},
7
- "packageManager" : " pnpm@9.15.4 " ,
7
+ "packageManager" : " pnpm@10.3.0 " ,
8
8
"keywords" : [
9
9
" typescript" ,
10
10
" type-check" ,
You can’t perform that action at this time.
0 commit comments