Skip to content

Commit 8afec24

Browse files
authored
Update docker-image.yml
1 parent 5c93859 commit 8afec24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ls -l
4747
tar xzf ./node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
4848
ls -l -R
49-
cd ./node-${{github.event.inputs.NodeVersion}}-alpine-x64
49+
ls -l ./bin/node
5050
./bin/node -v
5151
./bin/node -e "console.log('hello world')"
5252
uname -a

0 commit comments

Comments
 (0)