From c286b6c29cbe025923802c2f041aef1e523b8799 Mon Sep 17 00:00:00 2001 From: Jixun Wu Date: Sat, 17 Jun 2023 03:00:06 +0100 Subject: [PATCH] Revert "ci: reduce ram usage when building" This reverts commit 7da9699ebb3877365e29810010233a8348a1b47c. --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3335819..027ff27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,8 +15,6 @@ steps: environment: # 让 npm 使用淘宝源 npm_config_registry: https://registry.npmmirror.com - # 限制内存使用 - NODE_OPTIONS: --max-old-space-size=512 - name: publish image: node:18.16.0-bullseye