Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite3a1bdb

Browse files
authored
chore(dogfood): update nodejs installation method (#11339)
1 parent0ebd656 commite3a1bdb

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.xjammy main
1+
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.xnodistro main
-1021 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp