diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 975ccd12ea..3cb0adba7a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -63,7 +63,6 @@ jobs: - name: Install dependencies run: | apt update --yes - apt upgrade --yes # NOTE: do not change the below with an `actions/setup-node` step! or it # would make this CI job entirely pointless @@ -72,6 +71,9 @@ jobs: npm install --global yarn yarn install + - name: Print versions + run: node --version && npm --version && yarn --version + - name: Build run: yarn build