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:
parent
e5d71046e9
commit
795df2bf9a
1 changed files with 8 additions and 0 deletions
8
.github/workflows/website.yml
vendored
8
.github/workflows/website.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue