diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7da79af4..32d14f3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,12 @@ jobs: with: node-version: '${{ steps.nvm.outputs.NVMRC }}' + - run: npm i -g npm + - name: Dump version + run: | + node -v + npm --version + git --version - run: npm ci - run: npm run format:check - run: npm run lint