Skip to content

Commit e3a1bdb

Browse files
authored
chore(dogfood): update nodejs installation method (coder#11339)
1 parent 0ebd656 commit e3a1bdb

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/dogfood.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
workflow_dispatch:
1515

1616
jobs:
17-
deploy_image:
17+
build_image:
1818
runs-on: buildjet-4vcpu-ubuntu-2204
1919
steps:
2020
- name: Checkout
@@ -53,7 +53,7 @@ jobs:
5353
cache-to: type=inline
5454

5555
deploy_template:
56-
needs: deploy_image
56+
needs: build_image
5757
if: github.ref == 'refs/heads/main'
5858
runs-on: ubuntu-latest
5959
steps:

dogfood/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygi
199199
# Install frontend utilities
200200
RUN apt-get update && \
201201
# Node.js (from nodesource) and Yarn (from yarnpkg)
202-
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
203202
apt-get install --yes --quiet \
204203
nodejs yarn \
205204
# Install browsers for e2e testing
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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
-1021 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)