Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chungheon_yi committed Nov 17, 2024
1 parent 600fab1 commit c6ab6de
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.18.1
node-version: 18.19.0

- name: Install pnpm
run: npm install -g pnpm
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: build repositories
run: pnpm build --filter=\!web --filter=\!docs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook-deploy-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.18.1
node-version: 18.19.0

- name: Install pnpm
run: npm install -g pnpm
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.18.1
node-version: 18.19.0

- name: Install pnpm
run: npm install -g pnpm
Expand All @@ -28,8 +28,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build pnpm
run: pnpm run build

- name: Run tests
run: pnpm test

# TO DO - build
# - name: Build pnpm
# run: pnpm run build
Loading

0 comments on commit c6ab6de

Please sign in to comment.