Skip to content

Commit

Permalink
git actions CI파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
loevray committed Apr 1, 2024
1 parent cbc3eff commit f226e31
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,23 @@ jobs:

steps:
- name: Checkout
- uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Set up Node
- name: Set up Node with Corepack
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn

- name: Enable Corepack
run: corepack enable

- name: Set Yarn Version
run: |
yarn set version 4.1.0
- name: Install dependencies
run: yarn install

- name: Build with yarn
run: yarn run build
env:
Expand Down

0 comments on commit f226e31

Please sign in to comment.