Skip to content

explicit print as nu no longer automatically prints output of every line #1923

explicit print as nu no longer automatically prints output of every line

explicit print as nu no longer automatically prints output of every line #1923

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3.8.1
with:
node-version: '18'
- run: npm install
# - run: npm run build
- name: Build Static Docs
env:
NODE_OPTIONS: '--max_old_space_size=8192'
run: npm run build