Skip to content

Commit 7d38382

Browse files
authored
Merge pull request #151 from AppFlowy-IO/fix_pro_plan_badge
fix: hide pro plan badge on self-hosted instances
2 parents e34086d + 3991e85 commit 7d38382

File tree

33 files changed

+2625
-462
lines changed

33 files changed

+2625
-462
lines changed

.github/workflows/web_ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "develop"
77
- "release/*"
88
env:
9-
NODE_VERSION: "18.16.0"
9+
NODE_VERSION: "20.19.0"
1010
PNPM_VERSION: "10.9.0"
1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -50,6 +50,10 @@ jobs:
5050
run: |
5151
pnpm run lint
5252
53+
- name: Build Storybook
54+
run: |
55+
pnpm run build-storybook
56+
5357
- name: build and analyze
5458
run: |
5559
pnpm run analyze >> analyze-size.txt

.github/workflows/web_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "develop"
88
- "release/*"
99
env:
10-
NODE_VERSION: "18.16.0"
10+
NODE_VERSION: "20.19.0"
1111
PNPM_VERSION: "10.9.0"
1212
COVERAGE: "true"
1313
CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/.cypress_cache

0 commit comments

Comments
 (0)