File tree Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Expand file tree Collapse file tree 6 files changed +16
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphprotocol/graph-cli ' : minor
3
+ ---
4
+
5
+ upgrade to Node 20
Original file line number Diff line number Diff line change 18
18
- uses : the-guild-org/shared-config/setup@main
19
19
name : Setup Env
20
20
with :
21
- nodeVersion : 18
21
+ nodeVersion : 20
22
22
packageManager : pnpm
23
23
24
24
- name : Lint
@@ -31,16 +31,15 @@ jobs:
31
31
strategy :
32
32
fail-fast : false
33
33
matrix :
34
- # For some reason tests take forever on node 14 so will re-visit in future when we decide what versions to test on
35
- node-version : [16, 18, 20]
34
+ node-version : [18, 20, 21]
36
35
steps :
37
36
- name : Checkout Repository
38
37
uses : actions/checkout@v3
39
38
40
39
- uses : the-guild-org/shared-config/setup@main
41
40
name : Setup Env
42
41
with :
43
- nodeVersion : 18
42
+ nodeVersion : 20
44
43
packageManager : pnpm
45
44
46
45
- name : Setup git user information
69
68
- uses : the-guild-org/shared-config/setup@main
70
69
name : Setup Env
71
70
with :
72
- nodeVersion : 18
71
+ nodeVersion : 20
73
72
packageManager : pnpm
74
73
75
74
- name : Build Packages
96
95
- uses : the-guild-org/shared-config/setup@main
97
96
name : Setup Env
98
97
with :
99
- nodeVersion : 18
98
+ nodeVersion : 20
100
99
packageManager : pnpm
101
100
102
101
- name : Build Packages
Original file line number Diff line number Diff line change 19
19
with :
20
20
npmTag : alpha
21
21
buildScript : build
22
- nodeVersion : 16
22
+ nodeVersion : 20
23
23
packageManager : pnpm
24
24
secrets :
25
25
githubToken : ${{ secrets.GITHUB_TOKEN }}
31
31
with :
32
32
npmTag : rc
33
33
buildScript : build
34
- nodeVersion : 16
34
+ nodeVersion : 20
35
35
packageManager : pnpm
36
36
restoreDeletedChangesets : true
37
37
secrets :
Original file line number Diff line number Diff line change 22
22
- name : Setup environment
23
23
uses : the-guild-org/shared-config/setup@main
24
24
with :
25
- nodeVersion : 16
25
+ nodeVersion : 20
26
26
packageManager : pnpm
27
27
- name : Set variables
28
28
id : vars
Original file line number Diff line number Diff line change 10
10
},
11
11
"license" : " (Apache-2.0 OR MIT)" ,
12
12
"private" : true ,
13
- "packageManager" : " pnpm@8.3.1 " ,
13
+ "packageManager" : " pnpm@8.10.4 " ,
14
14
"engines" : {
15
+ "node" : " >=18.0.0" ,
15
16
"pnpm" : " >=8"
16
17
},
17
18
"scripts" : {
Original file line number Diff line number Diff line change 4
4
"description" : " CLI for building for and deploying to The Graph" ,
5
5
"license" : " (Apache-2.0 OR MIT)" ,
6
6
"engines" : {
7
- "node" : " >=14 "
7
+ "node" : " >=18 "
8
8
},
9
9
"bin" : {
10
10
"graph" : " bin/run"
You can’t perform that action at this time.
0 commit comments