Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalai-snap committed Aug 12, 2024
1 parent f4099b6 commit 13b0f2c
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,20 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Use Node.js 20.x
- name: Set up Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'

- name: Install dependencies
uses: borales/actions-yarn@v5
with:
cmd: install --immutable
run: npm ci

- name: Prepare
uses: borales/actions-yarn@v5
with:
cmd: prepare
- name: Run tests
run: npm test

- name: Pack
uses: borales/actions-yarn@v5
with:
cmd: pack
- name: Compile the code
run: npm run compile

- name: Run styleguide
run: npm run styleguide

0 comments on commit 13b0f2c

Please sign in to comment.