Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Apr 6, 2024
1 parent 9f280a5 commit cacee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
if: ${{ (runner.os == 'Linux') && (runner.arch == 'X64') }}
run: |
mkdir -p $HOME/.local/nodejs
curl -L --url https://nodejs.org/download/release/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz | tar -xvzf - -C $HOME/.local/nodejs --strip-components=1
curl -L --url https://nodejs.org/download/release/v${SELECTED_NODE_VERSION}/node-v${SELECTED_NODE_VERSION}-linux-x64.tar.gz | tar -xvzf - -C $HOME/.local/nodejs --strip-components=1
echo "export PATH=\"\$HOME/.local/nodejs\$PATH\"" >> $GITHUB_ENV
# - name: "🐥Install Node.js"
Expand Down

0 comments on commit cacee4b

Please sign in to comment.