We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c11a2 commit dc01aa0Copy full SHA for dc01aa0
1 file changed
.github/workflows/dockerimage.yml
@@ -47,6 +47,10 @@ jobs:
47
- name: Get latest node version
48
run: echo "LATEST_VERSION=$(curl -fsSLo- --compressed https://nodejs.org/dist/index.json | jq '.[].version' | tr -d '"' | tr -d 'v' | head -1)" >> $GITHUB_ENV
49
50
+ - name: Display Node Version
51
+ run: |
52
+ echo "Building Node.js version: $LATEST_VERSION"
53
+
54
- name: Build Node
55
run: |
56
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
0 commit comments