File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ jobs:
8484 - name : 🏗 Setup Node
8585 uses : actions/setup-node@v3
8686 with :
87- node-version : 16 .x
87+ node-version : 18 .x
8888 cache : yarn
8989
9090 - name : 🏗 Setup EAS
91- uses : expo/expo-github-action@v7
91+ uses : expo/expo-github-action@v8
9292 with :
9393 eas-version : latest
9494 token : ${{ secrets.EXPO_TOKEN }}
@@ -123,11 +123,11 @@ jobs:
123123 - name: 🏗 Setup Node
124124 uses: actions/setup-node@v3
125125 with:
126- node-version: 16 .x
126+ node-version: 18 .x
127127 cache: yarn
128128
129129 - name: 🏗 Setup EAS
130- uses: expo/expo-github-action@v7
130+ uses: expo/expo-github-action@v8
131131 with:
132132 eas-version: latest
133133 token: ${{ secrets.EXPO_TOKEN }}
@@ -159,11 +159,11 @@ jobs:
159159 - name: 🏗 Setup Node
160160 uses: actions/setup-node@v3
161161 with:
162- node-version: 16 .x
162+ node-version: 18 .x
163163 cache: yarn
164164
165165 - name: 🏗 Setup EAS
166- uses: expo/expo-github-action@v7
166+ uses: expo/expo-github-action@v8
167167 with:
168168 expo-version: latest
169169 token: ${{ secrets.EXPO_TOKEN }}
@@ -172,7 +172,7 @@ jobs:
172172 run: yarn install
173173
174174 - name: 🚀 Create preview
175- uses: expo/expo-github-action/preview@v7
175+ uses: expo/expo-github-action/preview@v8
176176 with:
177177 command: eas update --auto
178178` ` `
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ jobs:
7777 - name : 🏗 Setup Node
7878 uses : actions/setup-node@v3
7979 with :
80- node-version : 16 .x
80+ node-version : 18 .x
8181 cache : yarn
8282
8383 - name : 🏗 Setup Expo
84- uses : expo/expo-github-action@v7
84+ uses : expo/expo-github-action@v8
8585 with :
8686 eas-version : latest
8787 expo-version : latest
9191 run : yarn install
9292
9393 - name : 🤖 Run expo bot
94- uses : expo/expo-github-action/command@v7
94+ uses : expo/expo-github-action/command@v8
9595` ` `
9696
9797## Things to know
Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ jobs:
104104 - name : 🏗 Setup Node
105105 uses : actions/setup-node@v3
106106 with :
107- node-version : 16 .x
107+ node-version : 18 .x
108108 cache : yarn
109109
110110 - name : 🏗 Setup Expo
111- uses : expo/expo-github-action@v7
111+ uses : expo/expo-github-action@v8
112112 with :
113113 expo-version : latest
114114 token : ${{ secrets.EXPO_TOKEN }}
@@ -120,7 +120,7 @@ jobs:
120120 run : expo publish --release-channel=pr-${{ github.event.number }} --non-interactive
121121
122122 - name : 💬 Comment in preview
123- uses : expo/expo-github-action/preview-comment@v7
123+ uses : expo/expo-github-action/preview-comment@v8
124124 with :
125125 channel : pr-${{ github.event.number }}
126126` ` `
@@ -149,11 +149,11 @@ jobs:
149149 - name: 🏗 Setup Node
150150 uses: actions/setup-node@v3
151151 with:
152- node-version: 16 .x
152+ node-version: 18 .x
153153 cache: yarn
154154
155155 - name: 🏗 Setup Expo
156- uses: expo/expo-github-action@v7
156+ uses: expo/expo-github-action@v8
157157 with:
158158 expo-version: latest
159159 token: ${{ secrets.EXPO_TOKEN }}
@@ -165,7 +165,7 @@ jobs:
165165 run: expo publish --release-channel=production --non-interactive
166166
167167 - name: 👷 Create preview comment
168- uses: expo/expo-github-action/preview-comment@v7
168+ uses: expo/expo-github-action/preview-comment@v8
169169 id: preview
170170 with:
171171 comment: false
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 cache : yarn
143143
144144 - name : 🏗 Setup EAS
145- uses : expo/expo-github-action@v7
145+ uses : expo/expo-github-action@v8
146146 with :
147147 eas-version : latest
148148 token : ${{ secrets.EXPO_TOKEN }}
@@ -151,7 +151,7 @@ jobs:
151151 run : yarn install
152152
153153 - name : 🚀 Create preview
154- uses : expo/expo-github-action/preview@v7
154+ uses : expo/expo-github-action/preview@v8
155155 with :
156156 command : eas update --auto
157157` ` `
@@ -182,7 +182,7 @@ jobs:
182182 cache: yarn
183183
184184 - name: 🏗 Setup EAS
185- uses: expo/expo-github-action@v7
185+ uses: expo/expo-github-action@v8
186186 with:
187187 eas-version: latest
188188 token: ${{ secrets.EXPO_TOKEN }}
@@ -191,7 +191,7 @@ jobs:
191191 run: yarn install
192192
193193 - name: 🚀 Create preview
194- uses: expo/expo-github-action/preview@v7
194+ uses: expo/expo-github-action/preview@v8
195195 id: preview
196196 with:
197197 command: eas update --auto
You can’t perform that action at this time.
0 commit comments