Skip to content

Commit f4159f6

Browse files
committed
ci: remove chromium for a moment
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
1 parent 0655ca8 commit f4159f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ jobs:
8282
- name: Checkout
8383
uses: actions/checkout@v5
8484

85-
- name: Setup Node.js 24
85+
- name: Setup Node.js 20
8686
uses: actions/setup-node@v4
8787
with:
88-
node-version: "24"
88+
node-version: "20"
8989
cache: npm
9090
cache-dependency-path: whatsapp/package-lock.json
9191

92-
- name: Install Dependencies
92+
- name: Install dependencies
9393
run: npm ci
9494

9595
- name: Check code formatting with Prettier
@@ -110,6 +110,5 @@ jobs:
110110
pack build quay.io/timeless/whatsapp:${GITHUB_SHA::7} \
111111
--path . \
112112
--builder paketobuildpacks/builder-jammy-base \
113-
--buildpack ./chromium-buildpack \
114113
--buildpack paketo-buildpacks/nodejs \
115114
--publish

0 commit comments

Comments
 (0)