Skip to content

Commit

Permalink
ci: 💚 update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
truonghungit committed Nov 28, 2023
1 parent ccf9840 commit 5abb572
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: yarn lint

- name: Build
run: npm run build
run: yarn run build
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

cache: 'yarn'

- name: Install dependencies
run: npm install
run: yarn install --frozen-lockfile

- name: Lint
run: npm run lint
run: yarn lint

- name: Build library
run: npm run build:library
run: yarn run build:library

- name: Release
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit 5abb572

Please sign in to comment.