File tree 7 files changed +12
-34
lines changed
7 files changed +12
-34
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup env
19
19
uses : the-guild-org/shared-config/setup@main
20
20
with :
21
- nodeVersion : 18
21
+ nodeVersion : 16
22
22
packageManager : pnpm
23
23
24
24
- name : Build Packages
Original file line number Diff line number Diff line change 16
16
- name : Setup env
17
17
uses : the-guild-org/shared-config/setup@main
18
18
with :
19
- nodeVersion : 18
19
+ nodeVersion : 16
20
20
packageManager : pnpm
21
21
22
22
- name : Build Packages
Original file line number Diff line number Diff line change 29
29
- name : Install pnpm
30
30
31
31
with :
32
- version : 7
32
+ version : 7.30.0
33
33
34
34
- name : Get pnpm cache - Set output
35
35
id : pnpm-cache
Original file line number Diff line number Diff line change @@ -11,16 +11,17 @@ jobs:
11
11
with :
12
12
npmTag : alpha
13
13
buildScript : build
14
- nodeVersion : 18
14
+ nodeVersion : 16
15
15
packageManager : pnpm
16
16
secrets :
17
17
githubToken : ${{ secrets.GITHUB_TOKEN }}
18
18
npmToken : ${{ secrets.NPM_TOKEN }}
19
+
19
20
dependencies :
20
21
uses : the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
21
22
secrets :
22
23
githubToken : ${{ secrets.GITHUB_TOKEN }}
23
24
with :
24
25
installDependencies : true
25
26
packageManager : pnpm
26
- nodeVersion : 18
27
+ nodeVersion : 16
Original file line number Diff line number Diff line change @@ -23,16 +23,15 @@ jobs:
23
23
- uses : the-guild-org/shared-config/setup@main
24
24
name : setup env
25
25
with :
26
- nodeVersion : 18
26
+ nodeVersion : 16
27
27
packageManager : pnpm
28
28
29
29
- uses : the-guild-org/shared-config/website-cf@main
30
30
name : build and deploy website
31
31
env :
32
32
NEXT_BASE_PATH : ${{ github.ref == 'refs/heads/master' && '/graphql/inspector' || '' }}
33
33
SITE_URL :
34
- ${{ github.ref == 'refs/heads/master' && 'https://the-guild.dev/graphql/inspector' || ''
35
- }}
34
+ ${{ github.ref == 'refs/heads/master' && 'https://the-guild.dev/graphql/inspector' || ''}}
36
35
with :
37
36
cloudflareApiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
38
37
cloudflareAccountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Original file line number Diff line number Diff line change 29
29
"precommit" : " lint-staged" ,
30
30
"prerelease" : " pnpm action" ,
31
31
"prettier" : " prettier --cache --write --list-different ." ,
32
- "release" : " pnpm install && pnpm build && pnpm changeset publish" ,
32
+ "release" : " pnpm build && pnpm changeset publish" ,
33
33
"release:canary" : " npm run release -- canary" ,
34
34
"test" : " jest"
35
35
},
Original file line number Diff line number Diff line change 1
1
packages :
2
- - ' packages/*'
3
- - ' packages/action/*'
4
- - ' packages/ci/*'
5
- - ' packages/cli/*'
6
- - ' packages/config/*'
7
- - ' packages/core/*'
8
- - ' packages/github/*'
9
- - ' packages/logger/*'
10
- - ' packages/testing/*'
11
- - ' packages/commands/*'
12
- - ' packages/commands/audit/*'
13
- - ' packages/commands/coverage/*'
14
- - ' packages/commands/diff/*'
15
- - ' packages/commands/docs/*'
16
- - ' packages/commands/introspect/*'
17
- - ' packages/commands/serve/*'
18
- - ' packages/commands/similar/*'
19
- - ' packages/commands/validate/*'
20
- - ' packages/loaders/*'
21
- - ' packages/loaders/code/*'
22
- - ' packages/loaders/git/*'
23
- - ' packages/loaders/github/*'
24
- - ' packages/loaders/graphql/*'
25
- - ' packages/loaders/json/*'
26
- - ' packages/loaders/url/*'
2
+ - packages/*
3
+ - packages/commands/*
4
+ - packages/loaders/*
27
5
- website
You can’t perform that action at this time.
0 commit comments