Skip to content

Commit

Permalink
Update yarn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-barsch authored May 21, 2024
1 parent a9ecfcc commit c1adbce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Run install
uses: borales/actions-yarn@v4
with:
node-version: '20.x'
cmd: install
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
node-version: '20.x'
cmd: build

0 comments on commit c1adbce

Please sign in to comment.