Skip to content

Commit 3114e54

Browse files
author
LongYinan
committed
chore: drop support for node10 musl
1 parent a389e7e commit 3114e54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
strategy:
204204
fail-fast: false
205205
matrix:
206-
node: ['10', '12', '14']
206+
node: ['12', '14']
207207
runs-on: ubuntu-latest
208208

209209
steps:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Make rust crates binding to NodeJS use [napi-rs](https://github.com/Brooooooklyn
1313
| Windows 64 latest ||||
1414
| macOS latest ||||
1515
| Linux ||||
16+
| Linux musl ||||
1617

1718
# Packages
1819

0 commit comments

Comments
 (0)