File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2525 required : false
2626 default : false
2727 type : boolean
28+ push :
29+ branches :
30+ - preview
31+ - canary
2832
2933env :
3034 TARGET_BRANCH : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments