Skip to content

Commit

Permalink
yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 1, 2024
1 parent adc37c1 commit 737102c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ jobs:
- name: Set the correct Node version using nvm
shell: bash -l {0}
run: nvm install

- name: npm install build tools
run: npm install --global build-tools

- name: Install yarn
run: curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list && sudo apt-get update && sudo apt-get install yarn

- name: Install dependencies
run: yarn install
run: nvm use v10.15.3 && yarn install

- name: Yarn deploy
run: yarn run deploy

0 comments on commit 737102c

Please sign in to comment.