Skip to content

Commit

Permalink
env/js-wasm: update to Node.js v13.0
Browse files Browse the repository at this point in the history
I'm hoping the V8 bump gets us past some tests that were too slow
before.

Updates golang/go#31282 (slow x/text/unicode/norm)

Change-Id: I80bdded59c0148c4d3f277acc82c5cac7a339666
Reviewed-on: https://go-review.googlesource.com/c/build/+/202641
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
bradfitz committed Oct 24, 2019
1 parent f4570bb commit bb675a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/js-wasm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MAINTAINER golang-dev <golang-dev@googlegroups.com>
ENV DEBIAN_FRONTEND noninteractive


RUN (curl -sL https://deb.nodesource.com/setup_12.x | bash -) && \
RUN (curl -sL https://deb.nodesource.com/setup_13.x | bash -) && \
apt-get install -y nodejs && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit bb675a0

Please sign in to comment.