Skip to content

Commit

Permalink
.github/workflows/config.yml: install node 20 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 5, 2024
1 parent 57c386f commit 842c1fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
git config --global --add safe.directory $GITHUB_WORKSPACE
fi
- name: Usable Node 20 required for GitHub actions. The one from GitHub doesn't work with this containers GLibc
run: |
sudo apt install -y curl
curl -sL https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217
- name: Chcekout
uses: actions/checkout@v4

Expand Down

0 comments on commit 842c1fd

Please sign in to comment.