From ee660a305a855ae85cd2c8be82e9c63ba39d1dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morel=20Se=CC=81bastien?= Date: Fri, 21 Jan 2022 10:00:08 -0800 Subject: [PATCH] Check Github Actions --- .github/workflows/main-ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main-ci.yaml b/.github/workflows/main-ci.yaml index b05d146fd..39f912611 100644 --- a/.github/workflows/main-ci.yaml +++ b/.github/workflows/main-ci.yaml @@ -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: