Skip to content

Commit

Permalink
Check Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Jan 21, 2022
1 parent 5a4bc54 commit ee660a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
node-version: 14.18
yarn-version: 1.22

- name: Check JS Version
run: |
node --version
yarn --version
/usr/local/bin/node --version
which node
- name: Setup PHP
uses: shivammathur/setup-php@master
with:
Expand Down

0 comments on commit ee660a3

Please sign in to comment.