From b556bef40dcc04ed43838ca1239f6298704031a9 Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Mon, 18 Sep 2023 15:16:33 +0900 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 20 ++++++++++---------- .github/workflows/publish.yml | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14db146d..dc97e6cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16] + node-version: [18] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -26,7 +26,7 @@ jobs: path: ${{ steps.pnpm-cache.outputs.dir }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | - ${{ runner.os }}-pnpm-store- + ${{ runner.os }}-pnpm-store- - name: Install Dependencies run: pnpm install - name: ESLint Checks @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16] + node-version: [18] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -53,7 +53,7 @@ jobs: path: ${{ steps.pnpm-cache.outputs.dir }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | - ${{ runner.os }}-pnpm-store- + ${{ runner.os }}-pnpm-store- - name: Install Dependencies run: pnpm install - name: Flow Checks @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16] + node-version: [18] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -80,7 +80,7 @@ jobs: path: ${{ steps.pnpm-cache.outputs.dir }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | - ${{ runner.os }}-pnpm-store- + ${{ runner.os }}-pnpm-store- - name: Install Dependencies run: pnpm install - name: TypeScript type check @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16] + node-version: [18] java-version: [11] steps: - uses: actions/checkout@v2 @@ -112,7 +112,7 @@ jobs: path: ${{ steps.pnpm-cache.outputs.dir }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | - ${{ runner.os }}-pnpm-store- + ${{ runner.os }}-pnpm-store- - name: Install Dependencies run: pnpm install - name: Build android @@ -123,7 +123,7 @@ jobs: runs-on: macos-latest strategy: matrix: - node-version: [16] + node-version: [18] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 @@ -141,7 +141,7 @@ jobs: path: ${{ steps.pnpm-cache.outputs.dir }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | - ${{ runner.os }}-pnpm-store- + ${{ runner.os }}-pnpm-store- - name: Install Dependencies run: pnpm install - name: Build ios diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index edf6913a..df583608 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16] + node-version: [18] steps: - name: Checkout uses: actions/checkout@v2 @@ -32,9 +32,9 @@ jobs: path: ${{ steps.pnpm-cache.outputs.dir }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | - ${{ runner.os }}-pnpm-store- + ${{ runner.os }}-pnpm-store- - name: Install Dependencies - run: pnpm + run: pnpm install - name: Publish Package run: pnpm ci:publish env: