From e86ba05e0bd7205031964a33bb968933b15dedcc Mon Sep 17 00:00:00 2001 From: yiyunwan Date: Wed, 18 Oct 2023 16:52:09 +0800 Subject: [PATCH] ci: fix ci error --- .github/workflows/ci.yml | 7 ------- .github/workflows/release.yml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ce7e98..03abe65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,13 +31,6 @@ jobs: reporter: github-check eslint_flags: '.' - run: yarn build - - run: yarn test:prod - env: - CI: true - HEADLESS: false - PROGRESS: none - NODE_ENV: test - NODE_OPTIONS: --max_old_space_size=4096 - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8066bae..529b0d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: ref: main - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: | yarn -v