diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78e98e5..19e2a8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,8 @@ jobs: # In the case where a new node version introduces a breaking change, # replace the major version of the matrix to a pinned version here. # Ex: ["18", "20", "22"] ---> ["18.19.1", "20", "22"] - version: ["18", "20", "22.4.1"] + version: ["18"] + # version: ["18", "20", "22.4.1"] runs-on: ubuntu-latest # permissions: # packages: write @@ -78,6 +79,7 @@ jobs: else echo "SPECIFIC_VERSION=false" >> $GITHUB_ENV fi + echo ${{ github.repository }} - name: Grab Major Version if: ${{ env.SPECIFIC_VERSION == 'true' }}