We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ab91b commit bde832dCopy full SHA for bde832d
.github/workflows/ci.yml
@@ -57,7 +57,8 @@ jobs:
57
run: |
58
$DOWNLOAD_TOOL https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.xz
59
tar -xf node-v16.20.2-linux-x64.tar.xz
60
- cp -a node-v16.20.2-linux-x64/bin/node ${{ github.workspace }}/node16
+ mkdir -p ${{ github.workspace }}
61
+ cp -a ./node-v16.20.2-linux-x64/bin/node ${{ github.workspace }}/node16
62
ls ${{ github.workspace }}
63
${{ github.workspace }}/node16 --version
64
0 commit comments