Skip to content

Commit 1038405

Browse files
committed
Downgrade to node 16.6.2
1 parent 861fbe5 commit 1038405

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN test ! -f /etc/alpine-release || apk add --no-cache build-base bash python2
66
RUN mkdir -p /code
77
WORKDIR /code
88

9-
ARG NODE_VERSION=16.7.0
9+
ARG NODE_VERSION=16.6.2
1010

1111
COPY libexec/download-node /code/libexec/
1212
RUN ./libexec/download-node ${NODE_VERSION}

lib/libv8/node/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Libv8; end
22

33
module Libv8::Node
4-
VERSION = '16.7.0.0'.freeze
5-
NODE_VERSION = '16.7.0'.freeze
4+
VERSION = '16.6.2.0'.freeze
5+
NODE_VERSION = '16.6.2'.freeze
66
LIBV8_VERSION = '9.2.230.21'.freeze # from v8/include/v8-version.h
77
end

sums/v16.6.2.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e8df4a0084c379a37c11b315b7d068760a38598119d7ca9262977adcbbb58933

0 commit comments

Comments
 (0)