This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Merge pull request #144 from contember/content-migrations #310
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check | |
on: | |
push: | |
pull_request: | |
jobs: | |
deploy: | |
name: Check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup repo | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Install dependencies | |
run: npm ci | |
- name: Build | |
env: | |
NODE_OPTIONS: "--max_old_space_size=4096" | |
run: npm run build |