Update docker-image.yml

This commit is contained in:
Tingluo Huang
2021-10-22 16:55:43 -04:00
committed by GitHub
parent 5c93859584
commit 8afec2447f

View File

@@ -46,7 +46,7 @@ jobs:
ls -l
tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
ls -l -R
cd ./node-${{github.event.inputs.NodeVersion}}-alpine-x64
ls -l ./bin/node
./bin/node -v
./bin/node -e "console.log('hello world')"
uname -a