File tree 5 files changed +703
-1029
lines changed
5 files changed +703
-1029
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,21 @@ jobs:
26
26
- name : Set alternate npm integrity keys
27
27
run : |
28
28
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
29
+
29
30
- uses : actions/checkout@v4
31
+
30
32
- run : corepack enable
33
+
31
34
- uses : actions/setup-node@v4
32
35
with :
33
36
node-version : 23
34
37
cache : pnpm
38
+
39
+ - uses : actions/cache@v4
40
+ with :
41
+ path : ~/.cache/Cypress
42
+ key : cypress-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
43
+
35
44
- run : pnpm install
36
45
37
46
- name : Build
Original file line number Diff line number Diff line change @@ -26,12 +26,21 @@ jobs:
26
26
- name : Set alternate npm integrity keys
27
27
run : |
28
28
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
29
+
29
30
- uses : actions/checkout@v4
31
+
30
32
- run : corepack enable
33
+
31
34
- uses : actions/setup-node@v4
32
35
with :
33
36
node-version : 23
34
37
cache : pnpm
38
+
39
+ - uses : actions/cache@v4
40
+ with :
41
+ path : ~/.cache/Cypress
42
+ key : cypress-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
43
+
35
44
- run : pnpm install
36
45
37
46
- name : Build
Original file line number Diff line number Diff line change @@ -26,12 +26,21 @@ jobs:
26
26
- name : Set alternate npm integrity keys
27
27
run : |
28
28
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
29
+
29
30
- uses : actions/checkout@v4
31
+
30
32
- run : corepack enable
33
+
31
34
- uses : actions/setup-node@v4
32
35
with :
33
36
node-version : 23
34
37
cache : pnpm
38
+
39
+ - uses : actions/cache@v4
40
+ with :
41
+ path : ~/.cache/Cypress
42
+ key : cypress-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
43
+
35
44
- run : pnpm install
36
45
37
46
- name : Build
Original file line number Diff line number Diff line change 2
2
"name" : " vue-apollo-monorepo" ,
3
3
"version" : " 4.2.1" ,
4
4
"private" : true ,
5
- "packageManager" :
" [email protected] .1 +sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3 " ,
5
+ "packageManager" :
" [email protected] .2 +sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b " ,
6
6
"scripts" : {
7
7
"build" : " pnpm run -r --filter \" vue-apollo*\" --filter \" @vue/apollo*\" build" ,
8
8
"test" : " pnpm run -r --sequential test" ,
50
50
"esbuild" : " *" ,
51
51
"vue" : " *"
52
52
}
53
- }
53
+ },
54
+ "onlyBuiltDependencies" : [
55
+ " @apollo/protobufjs" ,
56
+ " core-js" ,
57
+ " core-js-pure" ,
58
+ " cypress" ,
59
+ " esbuild" ,
60
+ " nodemon" ,
61
+ " vue-demi"
62
+ ]
54
63
},
55
64
"resolutions" : {
56
65
"js-yaml" : " ^3.13.1"
You can’t perform that action at this time.
0 commit comments