Skip to content

Commit b61963c

Browse files
authored
Bump node version to current LTS (18)
1 parent 970078d commit b61963c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ prebuildify-cross = ./node_modules/.bin/prebuildify-cross
99
# hack, otherwise GitHub Actions for Windows:
1010
# '.' is not recognized as an internal or external command, operable program or batch file.
1111
build-addon:
12-
$(prebuildify) --target node@14.0.0 --napi --strip && node -p "process.platform"
12+
$(prebuildify) --target node@18.0.0 --napi --strip && node -p "process.platform"
1313

1414
build-addon-linux:
15-
$(prebuildify-cross) -i centos7-devtoolset7 -i alpine --target node@14.0.0 --napi --strip
15+
$(prebuildify-cross) -i centos7-devtoolset7 -i alpine --target node@18.0.0 --napi --strip
1616

1717

1818
nyc = ./node_modules/.bin/nyc

0 commit comments

Comments
 (0)