From dcb29bef2ea364301ec76b886bf2e8827c1a5f74 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 14 Apr 2022 11:09:28 +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 bf26af06..c8188439 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 c45fa8fd5e7faaa0106ea3ce90087a29c72b8c4b Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 21 Apr 2022 11:03:53 +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 c8188439..c43fce75 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