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 be37a43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ 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: |
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 be37a43

Please sign in to comment.