Skip to content

Commit

Permalink
fix(actions): Node.js 20 fails on GitHub Actions due to missing glibc…
Browse files Browse the repository at this point in the history
…_2.28(#79)
  • Loading branch information
minhanghuang committed Dec 10, 2024
1 parent b520212 commit 62673ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu18-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3

- name: Setup Node.js # https://github.com/minhanghuang/CyberRT/issues/79
uses: actions/setup-node@v3
- name: Install
env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit 62673ec

Please sign in to comment.