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 20
20
with :
21
21
nodeVersion : 20
22
22
packageManager : pnpm
23
+ packageManagerVersion : 8.10.4
23
24
24
25
- name : Lint
25
26
run : pnpm lint
41
42
with :
42
43
nodeVersion : 20
43
44
packageManager : pnpm
45
+ packageManagerVersion : 8.10.4
44
46
45
47
- name : Setup git user information
46
48
run : |
70
72
with :
71
73
nodeVersion : 20
72
74
packageManager : pnpm
75
+ packageManagerVersion : 8.10.4
73
76
74
77
- name : Build Packages
75
78
run : pnpm build
97
100
with :
98
101
nodeVersion : 20
99
102
packageManager : pnpm
103
+ packageManagerVersion : 8.10.4
100
104
101
105
- name : Build Packages
102
106
run : pnpm build # will also check types
Original file line number Diff line number Diff line change @@ -14,25 +14,27 @@ jobs:
14
14
githubToken : ${{ secrets.GITHUB_TOKEN }}
15
15
16
16
alpha :
17
- uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
17
+ uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@saihaj/311
18
18
if : ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
19
19
with :
20
20
npmTag : alpha
21
21
buildScript : build
22
22
nodeVersion : 20
23
23
packageManager : pnpm
24
+ packageManagerVersion : 8.10.4
24
25
secrets :
25
26
githubToken : ${{ secrets.GITHUB_TOKEN }}
26
27
npmToken : ${{ secrets.NPM_TOKEN }}
27
28
28
29
release-candidate :
29
- uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
30
+ uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@saihaj/311
30
31
if : ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
31
32
with :
32
33
npmTag : rc
33
34
buildScript : build
34
35
nodeVersion : 20
35
36
packageManager : pnpm
37
+ packageManagerVersion : 8.10.4
36
38
restoreDeletedChangesets : true
37
39
secrets :
38
40
githubToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 24
24
with :
25
25
nodeVersion : 20
26
26
packageManager : pnpm
27
+ packageManagerVersion : 8.10.4
28
+
27
29
- name : Set variables
28
30
id : vars
29
31
run : |
Original file line number Diff line number Diff line change 12
12
"private" : true ,
13
13
"engines" : {
14
14
"node" : " >=18.0.0" ,
15
- "pnpm" : " >=7 "
15
+ "pnpm" : " >=8 "
16
16
},
17
17
"scripts" : {
18
18
"build" : " pnpm --filter=@graphprotocol/graph-* build" ,
You can’t perform that action at this time.
0 commit comments