Skip to content

Commit b2807c0

Browse files
committed
chore: remove 32bit windows in ci
1 parent 9f5927d commit b2807c0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
build: yarn build
3434
target: x86_64-pc-windows-msvc
3535
architecture: x64
36-
- host: windows-latest
37-
build: |
38-
yarn build --target i686-pc-windows-msvc
39-
yarn test
40-
target: i686-pc-windows-msvc
41-
architecture: x86
4236
- host: ubuntu-latest
4337
target: x86_64-unknown-linux-gnu
4438
architecture: x64

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ version = "0.0.0"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
1110
futures = "0.3"
1211
napi = { version = "2.1.0", default-features = false, features = [
13-
"napi4",
12+
"napi8",
1413
"async"
1514
] }
1615
napi-derive = "2.1.0"
16+
zstd = "0.10.0+zstd.1.5.2"
1717

1818
[build-dependencies]
1919
napi-build = "1.2.1"

0 commit comments

Comments
 (0)