Skip to content

Commit

Permalink
Source nvm init script
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed May 20, 2024
1 parent 0a82b7d commit d45a257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Build site
run: |
source ~/.nvm/nvm.sh
nvm use 18
cd ${{ github.workspace }}/website && /srv/github-action-scripts/build-astro-site.sh
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build site
run: |
source ~/.nvm/nvm.sh
nvm use 18
cd ${{ github.workspace }}/website && /srv/github-action-scripts/build-astro-site.sh
Expand Down

0 comments on commit d45a257

Please sign in to comment.