Skip to content

Commit 03a4a97

Browse files
fix: workflow changes
1 parent 6157d57 commit 03a4a97

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/build-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
required: false
2626
default: false
2727
type: boolean
28+
push:
29+
branches:
30+
- preview
31+
- canary
2832

2933
env:
3034
TARGET_BRANCH: ${{ github.ref_name }}

.github/workflows/build-test-pull-request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Node.js
7272
uses: actions/setup-node@v4
7373
with:
74-
node-version: 18.x
74+
node-version: 20.x
7575
- run: yarn install
7676
- run: yarn lint --filter=admin
7777

@@ -84,7 +84,7 @@ jobs:
8484
- name: Setup Node.js
8585
uses: actions/setup-node@v4
8686
with:
87-
node-version: 18.x
87+
node-version: 20.x
8888
- run: yarn install
8989
- run: yarn lint --filter=space
9090

@@ -97,7 +97,7 @@ jobs:
9797
- name: Setup Node.js
9898
uses: actions/setup-node@v4
9999
with:
100-
node-version: 18.x
100+
node-version: 20.x
101101
- run: yarn install
102102
- run: yarn lint --filter=web
103103

@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup Node.js
110110
uses: actions/setup-node@v4
111111
with:
112-
node-version: 18.x
112+
node-version: 20.x
113113
- run: yarn install
114114
- run: yarn build --filter=admin
115115

@@ -121,7 +121,7 @@ jobs:
121121
- name: Setup Node.js
122122
uses: actions/setup-node@v4
123123
with:
124-
node-version: 18.x
124+
node-version: 20.x
125125
- run: yarn install
126126
- run: yarn build --filter=space
127127

@@ -133,6 +133,6 @@ jobs:
133133
- name: Setup Node.js
134134
uses: actions/setup-node@v4
135135
with:
136-
node-version: 18.x
136+
node-version: 20.x
137137
- run: yarn install
138138
- run: yarn build --filter=web

0 commit comments

Comments
 (0)