Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sujii authored Dec 27, 2024
1 parent fd167bc commit ed07f72
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -76,4 +57,4 @@ jobs:

- name: Build Project
run: yarn exec tsc --allowUnreachableCode --noCheck --project ./tsconfig.json
>>>>>>> 34f5ae982869911635f714097c7cb140da4fbd50

0 comments on commit ed07f72

Please sign in to comment.