Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use gh action ci #530

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Apply suggestions from code review
afc163 authored Sep 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit cc7eff89923c396d11fcc258e0a42067473a4e9e
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
- name: install
if: steps.lerna_cache_node_modules.outputs.cache-hit != 'true'
run: |
yarn
yarn --ignore-engines
yarn bootstrap

lint:
@@ -102,9 +102,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18

- name: restore lerna
id: lerna_cache_node_modules