We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970078d commit b61963cCopy full SHA for b61963c
Makefile
@@ -9,10 +9,10 @@ prebuildify-cross = ./node_modules/.bin/prebuildify-cross
9
# hack, otherwise GitHub Actions for Windows:
10
# '.' is not recognized as an internal or external command, operable program or batch file.
11
build-addon:
12
- $(prebuildify) --target node@14.0.0 --napi --strip && node -p "process.platform"
+ $(prebuildify) --target node@18.0.0 --napi --strip && node -p "process.platform"
13
14
build-addon-linux:
15
- $(prebuildify-cross) -i centos7-devtoolset7 -i alpine --target node@14.0.0 --napi --strip
+ $(prebuildify-cross) -i centos7-devtoolset7 -i alpine --target node@18.0.0 --napi --strip
16
17
18
nyc = ./node_modules/.bin/nyc
0 commit comments