remove unused eslint plugin, run eslint --fix, rollback node memory workaround in ci

This commit is contained in:
Aine
2025-04-05 21:37:31 +03:00
parent 738685c599
commit bac962c127
62 changed files with 1782 additions and 1502 deletions

View File

@@ -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 }}