From 795df2bf9a2f2fc2cfda89a06ed14e67a0ce811e Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 29 Nov 2023 20:08:23 +0100 Subject: [PATCH] chore: fix website ci --- .github/workflows/website.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d2056fc55..14486260d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -20,6 +20,14 @@ jobs: pull-requests: write # to comment on pull-requests runs-on: ubuntu-latest + name: setup verdaccio + services: + verdaccio: + image: verdaccio/verdaccio:5 + ports: + - 4873:4873 + env: + NODE_ENV: production env: NODE_OPTIONS: --max_old_space_size=4096 steps: