From 004bbbcf6e4eb06a5a2f58ff76be46b707349927 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 14 Apr 2022 16:10:04 +0000 Subject: [PATCH 1/3] chore: sync workflows --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3fd9055..5bf18640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 cache: yarn if: env.RUNNING - name: Install Package dependencies @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 cache: yarn if: env.RUNNING - name: Install Package dependencies @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 cache: yarn - uses: technote-space/load-config-action@v1 @@ -171,14 +171,14 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 registry-url: https://registry.npmjs.org/ cache: yarn if: env.RUNNING && matrix.target == 'npm' - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 registry-url: https://npm.pkg.github.com cache: yarn if: env.RUNNING && matrix.target == 'gpr' From d269039049fbd252be1effa5a79ec553b5bac492 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 21 Apr 2022 16:09:46 +0000 Subject: [PATCH 2/3] chore: sync workflows --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bf18640..cdc64146 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,7 @@ jobs: FILES: | yarn.lock jest.config.js + vite.config.ts if: "! contains(env.COMMIT_MESSAGE, '[skip ci]') && ! contains(env.COMMIT_MESSAGE, '[ci skip]')" - name: Set running flag run: echo "RUNNING=" >> $GITHUB_ENV From 4e89db521e0741c70a51b4529814e650f37b4fab Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 9 Jun 2022 16:04:40 +0000 Subject: [PATCH 3/3] chore: sync workflows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdc64146..d6ea3753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: timeout-minutes: 3 if: always() steps: - - uses: technote-space/workflow-conclusion-action@v2 + - uses: technote-space/workflow-conclusion-action@v3 - uses: 8398a7/action-slack@v3 with: status: failure