Skip to content

Commit

Permalink
./
Browse files Browse the repository at this point in the history
  • Loading branch information
aeghn committed Nov 24, 2024
1 parent 3bdb708 commit 4452b9f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/restop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
steps:
- name: Show GLIBC
run: ldd --version
- name: Checkout sources
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.sha || env.GITHUB_SHA }}

- name: get old node
run: |
Expand All @@ -22,7 +18,12 @@ jobs:
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install 14.21.3
nvm install 14.21.3
- name: Checkout sources
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.sha || env.GITHUB_SHA }}


- name: Set env on push
if: github.event_name == 'push'
Expand Down

0 comments on commit 4452b9f

Please sign in to comment.