From d390e9903b68f77e902f3ff7f38bd506139f91f3 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 14 Apr 2022 15:10:26 +0000 Subject: [PATCH 1/2] 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 a1de4cd0..9b6b749f 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 98269fb4b67ee7cb5b5b216bf13c96bf2cf50c97 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 21 Apr 2022 15:10:59 +0000 Subject: [PATCH 2/2] 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 9b6b749f..8c305dd4 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