Skip to content

Commit

Permalink
fix(ci): Build Node.js bindings on Ubuntu 18.04 (iotaledger#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 authored May 21, 2021
1 parent 282de0a commit 9ee430c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/ubuntu-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nodejs-binding": patch
---

Build bindings on Ubuntu 18.04 to support older versions of glibc
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-18.04, macos-latest, windows-latest]
node-version: ['10.x', '12.x', '14.x', '15.x', '16.x']

steps:
Expand Down

0 comments on commit 9ee430c

Please sign in to comment.