remove unused eslint plugin, run eslint --fix, rollback node memory workaround in ci
This commit is contained in:
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -24,8 +24,6 @@ jobs:
|
||||
node-version: lts/*
|
||||
cache: yarn
|
||||
- name: Install dependencies
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=8192
|
||||
run: yarn install --immutable --network-timeout=300000
|
||||
- name: Build
|
||||
run: yarn build --base=${{ env.base_path }}
|
||||
|
Reference in New Issue
Block a user