Skip to content

Commit

Permalink
add echo for github repo variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Jul 22, 2024
1 parent 27f495e commit 16e5bb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' }}
Expand Down

0 comments on commit 16e5bb2

Please sign in to comment.