Skip to content

Commit

Permalink
Remove debug steps and source NVM script
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed Oct 11, 2023
1 parent 0d3a066 commit ba8ac57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:

- name: Build site
run: |
source ~/.nvm/nvm.sh
cd ${{ github.workspace }}/website
pwd
whoami
nvm use 18
npm install --global yarn
yarn install
Expand Down

0 comments on commit ba8ac57

Please sign in to comment.