chore: update ci

This commit is contained in:
MadCcc 2023-11-23 19:46:56 +08:00
parent ccc81fc27d
commit 0307146dc8
3 changed files with 3 additions and 5 deletions

View File

@ -8,8 +8,6 @@ jobs:
test-argos-ci:
docker:
- image: cimg/node:21.2-browsers
environment:
NODE_OPTIONS: --openssl-legacy-provider
steps:
- checkout
- run:

View File

@ -70,13 +70,13 @@ jobs:
- name: build site
run: npm run predeploy
env:
NODE_OPTIONS: "--max_old_space_size=4096 --openssl-legacy-provider"
NODE_OPTIONS: "--max_old_space_size=4096"
- name: build dist and bundle analyzer report
run: npm run dist
env:
ANALYZER: 1
NODE_OPTIONS: "--max_old_space_size=4096 --openssl-legacy-provider"
NODE_OPTIONS: "--max_old_space_size=4096"
- name: Get version
id: publish-version

View File

@ -62,5 +62,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: dist
env:
NODE_OPTIONS: "--max_old_space_size=4096 --openssl-legacy-provider"
NODE_OPTIONS: "--max_old_space_size=4096"
PRODUCTION_ONLY: 1