6767
6868 # Install Node.js:
6969 - name : ' Install Node.js'
70- # Pin action to full length commit SHA corresponding to v3.8.1
71- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
70+ # Pin action to full length commit SHA
71+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
7272 with :
7373 node-version : 20
7474 timeout-minutes : 5
@@ -142,8 +142,8 @@ jobs:
142142 # Install Node.js:
143143 - name : ' Install Node.js'
144144 if : ${{ github.event.inputs.require-passing-tests == 'true' }}
145- # Pin action to full length commit SHA corresponding to v3.8.1
146- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
145+ # Pin action to full length commit SHA
146+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
147147 with :
148148 node-version : 20
149149 timeout-minutes : 5
@@ -255,8 +255,8 @@ jobs:
255255
256256 # Install Node.js:
257257 - name : ' Install Node.js'
258- # Pin action to full length commit SHA corresponding to v3.8.1
259- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
258+ # Pin action to full length commit SHA
259+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
260260 with :
261261 node-version : 20
262262 timeout-minutes : 5
@@ -423,8 +423,8 @@ jobs:
423423
424424 # Install Node.js
425425 - name : ' Install Node.js'
426- # Pin action to full length commit SHA corresponding to v3.8.1
427- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
426+ # Pin action to full length commit SHA
427+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
428428 with :
429429 node-version : 20
430430 timeout-minutes : 5
@@ -604,8 +604,8 @@ jobs:
604604
605605 # Install Node.js:
606606 - name : ' Install Node.js'
607- # Pin action to full length commit SHA corresponding to v3.8.1
608- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
607+ # Pin action to full length commit SHA
608+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
609609 with :
610610 node-version : 20
611611 timeout-minutes : 5
@@ -772,7 +772,7 @@ jobs:
772772 run : |
773773 mkdir -p cli
774774 mkdir -p cli/docs cli/test
775- cp README.md LICENSE CONTRIBUTORS NOTICE ./cli
775+ cp README.md LICENSE CONTRIBUTORS NOTICE .npmignore . /cli
776776 cp -r bin etc ./cli
777777 if [ -e "test/test.cli.js" ]; then
778778 cp test/test.cli.js ./cli/test
@@ -784,8 +784,8 @@ jobs:
784784
785785 # Install Node.js:
786786 - name : ' Install Node.js'
787- # Pin action to full length commit SHA corresponding to v3.8.1
788- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
787+ # Pin action to full length commit SHA
788+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
789789 with :
790790 node-version : 20
791791 timeout-minutes : 5
@@ -870,6 +870,7 @@ jobs:
870870 # Move cli directory to root:
871871 - name : ' Move cli directory to root'
872872 run : |
873+ mv ./cli/.npmignore .
873874 mv ./cli/* .
874875 rmdir ./cli
875876
0 commit comments