File tree Expand file tree Collapse file tree
packages/presets/near-operation-file Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 - name : Setup env
4646 uses : the-guild-org/shared-config/setup@main
4747 with :
48- nodeVersion : 18
48+ nodeVersion : 24
4949 - name : Build
5050 run : yarn build
5151 env :
6363 - name : Setup env
6464 uses : the-guild-org/shared-config/setup@main
6565 with :
66- nodeVersion : 18
66+ nodeVersion : 24
6767 - name : Build
6868 run : yarn build
6969 env :
Original file line number Diff line number Diff line change 1515 if : ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
1616 secrets :
1717 githubToken : ${{ secrets.GITHUB_TOKEN }}
18-
19- release :
20- uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
21- with :
22- npmTag : alpha
23- buildScript : build
24- nodeVersion : 18
25- secrets :
26- githubToken : ${{ secrets.GITHUB_TOKEN }}
27- npmToken : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1+ name : release
2+ on :
3+ pull_request : # for snapshot release
4+ branches :
5+ - main
6+
7+ push : # for stable release
8+ branches :
9+ - main
10+
11+ jobs :
12+ release-snapshot :
13+ if : github.event_name == 'pull_request'
14+ uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
15+ permissions :
16+ id-token : write # allows ODIC publishing
17+ pull-requests : write # allows creating comment with alpha versions
18+ with :
19+ npmTag : alpha
20+ buildScript : build
21+ nodeVersion : 24
22+ secrets :
23+ githubToken : ${{ secrets.GITHUB_TOKEN }}
24+ npmToken : FILLER
25+
26+ release-stable :
27+ if : github.event_name == 'push'
28+ uses : the-guild-org/shared-config/.github/workflows/release-stable.yml@main
29+ permissions :
30+ id-token : write # allows ODIC publishing
31+ with :
32+ releaseScript : release
33+ nodeVersion : 24
34+ secrets :
35+ githubToken : ${{ secrets.GITHUB_TOKEN }}
36+ npmToken : FILLER
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 "description" : " GraphQL Code Generator preset for generating operation code near the operation file" ,
66 "repository" : {
77 "type" : " git" ,
8- "url" : " https://github.com/dotansimha/graphql-code-generator-community.git" ,
8+ "url" : " git+ https://github.com/dotansimha/graphql-code-generator-community.git" ,
99 "directory" : " packages/presets/near-operation-file"
1010 },
1111 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments