Skip to content

Commit 861fbe5

Browse files
committed
Downgrade to node 16.7.0
1 parent 5f159c3 commit 861fbe5

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.8.0
9+
ARG NODE_VERSION=16.7.0
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.8.0.0'.freeze
5-
NODE_VERSION = '16.8.0'.freeze
4+
VERSION = '16.7.0.0'.freeze
5+
NODE_VERSION = '16.7.0'.freeze
66
LIBV8_VERSION = '9.2.230.21'.freeze # from v8/include/v8-version.h
77
end

sums/v16.7.0.sum

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

0 commit comments

Comments
 (0)