We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a389e7e commit 3114e54Copy full SHA for 3114e54
.github/workflows/ci.yaml
@@ -203,7 +203,7 @@ jobs:
203
strategy:
204
fail-fast: false
205
matrix:
206
- node: ['10', '12', '14']
+ node: ['12', '14']
207
runs-on: ubuntu-latest
208
209
steps:
README.md
@@ -13,6 +13,7 @@ Make rust crates binding to NodeJS use [napi-rs](https://github.com/Brooooooklyn
13
| Windows 64 latest | ✅ | ✅ | ✅ |
14
| macOS latest | ✅ | ✅ | ✅ |
15
| Linux | ✅ | ✅ | ✅ |
16
+| Linux musl | ❌ | ✅ | ✅ |
17
18
# Packages
19
0 commit comments