Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions b6497e8269 Tagging Crypto-Node.js for release 2023-04-24 16:46:28 +00:00
Andrew Ferrazzutti 7f529b83eb Build Node bindings against Ubuntu 20.04
Fixes #1808
2023-04-25 01:43:48 +09:00
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -92,10 +92,10 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
node-version: [14.0, 16.0, 18.0, 19.0]
include:
- os: ubuntu-latest
- os: ubuntu-20.04
os-name: 🐧
- os: macos-latest
+5 -5
View File
@@ -40,18 +40,18 @@ jobs:
include:
# ----------------------------------- Linux
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
- target: i686-unknown-linux-gnu
apt_install: gcc-i686-linux-gnu g++-i686-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
apt_install: gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- target: arm-unknown-linux-gnueabihf
os: ubuntu-latest
os: ubuntu-20.04
apt_install: gcc-arm-linux-gnueabihf
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
os: ubuntu-20.04
apt_install: musl-tools
# ----------------------------------- macOS
- target: aarch64-apple-darwin
@@ -1,6 +1,6 @@
{
"name": "@matrix-org/matrix-sdk-crypto-nodejs",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.5",
"main": "index.js",
"types": "index.d.ts",
"napi": {