Skip to content

Commit

Permalink
Add ignore engines to yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
paularintaharri committed Apr 18, 2024
1 parent 6618b3b commit bc84628
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install latest Yarn
run: npm install -g yarn
- name: Print Yarn version
run: yarn --version
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ selectNodeVersion
if [ -e "$DEPLOYMENT_TARGET/package.json" ]; then
cd "$DEPLOYMENT_TARGET"
echo "Running yarn install"
yarn install
yarn install --ignore-engines
exitWithMessageOnError "yarn failed"
cd - > /dev/null
fi
Expand Down

0 comments on commit bc84628

Please sign in to comment.