Skip to content

Commit

Permalink
Try something with yarn and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Jan 21, 2022
1 parent ee660a3 commit 3fee25a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
yarn --version
/usr/local/bin/node --version
which node
yarn node --version
ln -s /usr/local/bin/node `which node`
- name: Setup PHP
uses: shivammathur/setup-php@master
with:
Expand Down

0 comments on commit 3fee25a

Please sign in to comment.