File tree Expand file tree Collapse file tree 6 files changed +24
-20
lines changed Expand file tree Collapse file tree 6 files changed +24
-20
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphql-codegen/visitor-plugin-common ' : major
3
+ ' @graphql-codegen/typescript-resolvers ' : major
4
+ ' @graphql-codegen/graphql-modules-preset ' : major
5
+ ' @graphql-codegen/plugin-helpers ' : major
6
+ ' @graphql-codegen/cli ' : major
7
+ ' @graphql-codegen/client-preset ' : major
8
+ ' @graphql-codegen/core ' : major
9
+ ' @graphql-codegen/add ' : major
10
+ ' @graphql-codegen/fragment-matcher ' : major
11
+ ' @graphql-codegen/introspection ' : major
12
+ ' @graphql-codegen/schema-ast ' : major
13
+ ' @graphql-codegen/time ' : major
14
+ ' @graphql-codegen/typescript-document-nodes ' : major
15
+ ' @graphql-codegen/gql-tag-operations ' : major
16
+ ' @graphql-codegen/typescript-operations ' : major
17
+ ' @graphql-codegen/typed-document-node ' : major
18
+ ' @graphql-codegen/typescript ' : major
19
+ ' @graphql-codegen/testing ' : major
20
+ ---
21
+
22
+ Drop Node 18 support
Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
30
- name : Setup env
31
31
uses : the-guild-org/shared-config/setup@main
32
- with :
33
- nodeVersion : 18
34
32
- name : Prettier Check
35
33
run : yarn prettier:check
36
34
dev-tests-old :
46
44
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
47
45
- name : Setup env
48
46
uses : the-guild-org/shared-config/setup@main
49
- with :
50
- nodeVersion : 18
51
47
- name : Build
52
48
run : yarn build
53
49
env :
64
60
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
65
61
- name : Setup env
66
62
uses : the-guild-org/shared-config/setup@main
67
- with :
68
- nodeVersion : 18
69
63
- name : Build
70
64
run : yarn build
71
65
env :
88
82
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
89
83
- name : Setup env
90
84
uses : the-guild-org/shared-config/setup@main
91
- with :
92
- nodeVersion : 18
93
85
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
94
86
with :
95
87
toolchain : 1.65.0
@@ -121,8 +113,6 @@ jobs:
121
113
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
122
114
- name : Setup env
123
115
uses : the-guild-org/shared-config/setup@main
124
- with :
125
- nodeVersion : 18
126
116
- name : Build
127
117
run : yarn build
128
118
env :
@@ -139,10 +129,10 @@ jobs:
139
129
strategy :
140
130
matrix :
141
131
os : [ubuntu-latest] # remove windows to speed up the tests
142
- node_version : [16, 18, 20 ]
132
+ node_version : [20, 22, 24 ]
143
133
graphql_version : [15, 16]
144
134
include :
145
- - node-version : 14
135
+ - node-version : 20
146
136
os : windows-latest
147
137
graphql_version : 16
148
138
steps :
Original file line number Diff line number Diff line change 17
17
with :
18
18
npmTag : alpha
19
19
buildScript : build
20
- nodeVersion : 18
21
20
secrets :
22
21
githubToken : ${{ secrets.GITHUB_TOKEN }}
23
22
npmToken : ${{ secrets.NPM_TOKEN }}
29
28
npmTag : rc
30
29
restoreDeletedChangesets : true
31
30
buildScript : build
32
- nodeVersion : 18
33
31
secrets :
34
32
githubToken : ${{ secrets.GITHUB_TOKEN }}
35
33
npmToken : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 9
9
uses : the-guild-org/shared-config/.github/workflows/release-stable.yml@main
10
10
with :
11
11
releaseScript : release
12
- nodeVersion : 18
13
12
secrets :
14
13
# githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
15
14
githubToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 15
15
16
16
- name : Setup env
17
17
uses : the-guild-org/shared-config/setup@main
18
- with :
19
- nodeVersion : 18
20
18
21
19
- name : Build Packages
22
20
run : yarn build
Original file line number Diff line number Diff line change 20
20
21
21
- uses : the-guild-org/shared-config/setup@main
22
22
name : setup env
23
- with :
24
- nodeVersion : 18
25
- packageManager : yarn
26
23
27
24
- uses : the-guild-org/shared-config/website-cf@main
28
25
name : build and deploy website
You can’t perform that action at this time.
0 commit comments