Skip to content

Commit

Permalink
temp: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
seyian-writer committed Nov 28, 2024
1 parent e922549 commit d9c20a5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:
pull_request:


defaults:
run:
shell: bash
Expand All @@ -16,9 +15,19 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'

- name: Install dependencies
run: yarn
run: yarn install --frozen-lockfile

- name: Build docs
run: yarn build
env:
NODE_OPTIONS: '--max-old-space-size=4096'
run: yarn build

0 comments on commit d9c20a5

Please sign in to comment.