Skip to content

Commit

Permalink
tweaked github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brklntmhwk committed Mar 7, 2024
1 parent 0664e7e commit e1ef141
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
YARN_HOME: /home/runner/.local/share/yarn

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -20,6 +23,8 @@ jobs:
with:
node-version: 20
cache: yarn
- name: Configure Yarn path
run: echo "${{ env.YARN_HOME }}" >> $GITHUB_PATH
- name: Set up yarn with corepack
run: |
corepack enable
Expand Down

0 comments on commit e1ef141

Please sign in to comment.