From ed07f7288ed4ed8605a7994db02f1e852d4ba2ee Mon Sep 17 00:00:00 2001 From: Susumu Fujii Date: Sat, 28 Dec 2024 01:07:00 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b120fe..3fc1da0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,25 +43,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 -<<<<<<< HEAD - - name: Setup Corepack with Yarn/Berry - run: corepack enable && yarn init -2 && yarn set version stable - - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: '20' - cache: 'yarn' - - - name: Install dependencies - run: yarn install --mode=update-lockfile - - - name: Install typescript, tsc - run: pwd && ls -alF - - - name: Build Project - run: npx build -======= - name: Setup Corepack with Yarn/Berry run: corepack enable && yarn init -2 && yarn set version stable @@ -76,4 +57,4 @@ jobs: - name: Build Project run: yarn exec tsc --allowUnreachableCode --noCheck --project ./tsconfig.json ->>>>>>> 34f5ae982869911635f714097c7cb140da4fbd50 +