Update docker-image.yml
This commit is contained in:
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@@ -45,5 +45,8 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
ls -l
|
ls -l
|
||||||
tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
|
tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
|
||||||
|
ls -l -R
|
||||||
|
cd ./node-${{github.event.inputs.NodeVersion}}-alpine-x64
|
||||||
./bin/node -v
|
./bin/node -v
|
||||||
./bin/node -e "console.log('hello world')"
|
./bin/node -e "console.log('hello world')"
|
||||||
|
uname -a
|
||||||
|
|||||||
Reference in New Issue
Block a user