Skip to content

Commit

Permalink
GitHub Action: increased the version of the Borales action - required…
Browse files Browse the repository at this point in the history
… to run yarn commands in GH Actions
  • Loading branch information
avikalpg committed Jan 15, 2025
1 parent 8030e05 commit d7b87b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
# only build if the pull request was merged
if: github.event.pull_request.merged == true
# The type of runner that the job will run on
if: true # Allow the job to run for testing
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
Expand All @@ -28,7 +26,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
uses: Borales/actions-yarn@v2.3.0
uses: Borales/actions-yarn@v4.2.0
with:
cmd: install # will run `yarn install` command

Expand Down

0 comments on commit d7b87b3

Please sign in to comment.