Skip to content

Commit 3cae972

Browse files
author
Peter Bengtsson
authored
print current Node version inside script (#23182)
1 parent 8dddd99 commit 3cae972

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/staging-deploy-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
BUILD_ACTIONS_RUN_ID: ${{ env.BUILD_ACTIONS_RUN_ID }}
6868
with:
6969
script: |
70+
71+
// Curious about what version of node you get
72+
console.log('Node version:', process.version)
73+
7074
// In order to find out the PR info for a forked repo, we must query
7175
// the API for more info based on the originating workflow run
7276
const { BUILD_ACTIONS_RUN_ID } = process.env

0 commit comments

Comments
 (0)