Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danchitnis authored Dec 24, 2023
1 parent 4367209 commit a3e47e9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set Nodejs
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: 20

- run: corepack enable

- name: Run install
uses: borales/actions-yarn@v4
- uses: actions/setup-node@v4
with:
cmd: install
node-version: 20
cache: yarn

- run: yarn install

- name: Run build
uses: borales/actions-yarn@v4
with:
cmd: build
- run: yarn build



0 comments on commit a3e47e9

Please sign in to comment.