0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore: fix website ci

This commit is contained in:
Juan Picado 2023-11-29 20:08:23 +01:00
parent e5d71046e9
commit 795df2bf9a

View file

@ -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: