diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 1d3a2a3c..eae38a85 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -90,7 +90,9 @@ jobs: uses: ./ with: node-version-file: '.nvmrc' - + - name: Verify node + - run: __tests__/verify-node.sh 14 + node-dist: runs-on: ${{ matrix.os }} strategy: