diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 710f6e9..ded1f8f 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -14,11 +14,11 @@ jobs: - name: Use Node.js uses: https://github.com/actions/setup-node@v3 with: - node-version: '18.17' + node-version: '20.20' - run: npm ci - run: npm run lint -# - run: npm run test - - run: npm run build:prod + - run: npm install + - run: npm run build env: NODE_OPTIONS: --max_old_space_size=4096