Skip to content

Commit

Permalink
Merge pull request #186 from napse-invest/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ev/borales/actions-yarn-5

build(deps): bump borales/actions-yarn from 4 to 5
  • Loading branch information
tomjeannesson authored Feb 21, 2024
2 parents d983fb1 + 0196515 commit 628823e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
node-version: 18.x

- name: Run install
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command
dir: desktop-app

- name: Build production bundle
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: build # will run `yarn build` command
dir: desktop-app

0 comments on commit 628823e

Please sign in to comment.