File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 14
14
workflow_dispatch :
15
15
16
16
jobs :
17
- deploy_image :
17
+ build_image :
18
18
runs-on : buildjet-4vcpu-ubuntu-2204
19
19
steps :
20
20
- name : Checkout
53
53
cache-to : type=inline
54
54
55
55
deploy_template :
56
- needs : deploy_image
56
+ needs : build_image
57
57
if : github.ref == 'refs/heads/main'
58
58
runs-on : ubuntu-latest
59
59
steps :
Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygi
199
199
# Install frontend utilities
200
200
RUN apt-get update && \
201
201
# Node.js (from nodesource) and Yarn (from yarnpkg)
202
- curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
203
202
apt-get install --yes --quiet \
204
203
nodejs yarn \
205
204
# Install browsers for e2e testing
Original file line number Diff line number Diff line change 1
- deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16 .x jammy main
1
+ deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18 .x nodistro main
You can’t perform that action at this time.
0 commit comments