Skip to content

Update to node 16 and replace ember-cli-deploy-compress #6020

Update to node 16 and replace ember-cli-deploy-compress

Update to node 16 and replace ember-cli-deploy-compress #6020

Workflow file for this run

name: CI [linter-check]
on:
pull_request:
paths:
- "**.js"
- "**.ts"
- "**.json"
jobs:
test:
name: Build & Lint
runs-on: ubuntu-latest
env:
# we are running into heap out of memory issues with the linting--so
# increasing the heap size to 8GB
NODE_OPTIONS: --max-old-space-size=8192
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/init
- run: yarn codegen:hub-schema
- run: yarn lint