Skip to content

Commit

Permalink
Update testing1206.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Feb 3, 2025
1 parent 7dfceb7 commit bdc48ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing1206.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:

- name: Download Old Node.js Version
run: |
mkdir -p /custom/cache/node
curl -o /custom/cache/node/node-v12.18.3-linux-x64.tar.xz https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.xz
tar -xf /custom/cache/node/node-v12.18.3-linux-x64.tar.xz -C /custom/cache/node
mkdir -p $HOME/custom/cache/node
curl -o $HOME/custom/cache/node/node-v12.18.3-linux-x64.tar.xz https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.xz
tar -xf $HOME/custom/cache/node/node-v12.18.3-linux-x64.tar.xz -C $HOME/custom/cache/node
shell: bash

- name: Add Node.js to PATH
Expand Down

0 comments on commit bdc48ab

Please sign in to comment.