mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
fix: website heap size and website.yml path (#2352)
This commit is contained in:
parent
28ce2a99da
commit
25a4601594
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
@ -9,18 +9,20 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'website/**'
|
- 'website/**'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
- './github/workflows/website.yml'
|
- './.github/workflows/website.yml'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
- 'website/**'
|
- 'website/**'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
- './github/workflows/website.yml'
|
- './.github/workflows/website.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: --max_old_space_size=4096
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.1
|
- uses: actions/checkout@v2.3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user