File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 # - xzutils-install: apt-get install -y xz-utils git
3737 - mkdir : mkdir -p /opt/node
3838 - node : curl -fsSL https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.gz -o /opt/node/node-v16.16.0-linux-x64.tar.gz
39- - sleep : sleep 300
40- - tar : tar -xzf /opt/node/node-v16.16.0-linux-x64.tar.xz
39+ # - sleep: sleep 300
40+ - tar : tar -xzf /opt/node/node-v16.16.0-linux-x64.tar.gz
4141 - path : PATH="${PATH}:/opt/node/node-v16.16.0-linux-x64/bin"
42- - test : node --version
42+ - test : echo "Node version: $( node --version)"
4343 # Metadata is a structured key/value storage of relevant information about a build.
4444 # Metadata will be shared with subsequent builds in the same workflow.
4545 # You can set any key using the command "meta set <key> <value>".
You can’t perform that action at this time.
0 commit comments