Skip to content

Commit

Permalink
devtools: update node version in CI
Browse files Browse the repository at this point in the history
The npm version that comes with node 14 is behind
the version we are using locally. Updates node to 15
to get an image with npm 7.x.x.

Change-Id: Ida4584693d86127ff145fde35146e51bda58da36
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/313029
Trust: Jamal Carvalho <jamal@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
  • Loading branch information
jamalc committed Apr 23, 2021
1 parent b33c036 commit 22d7146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/docker_nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ set -e

# Script for running a nodejs docker image.

docker run --rm -v `pwd`:/pkgsite -w /pkgsite node:14.15.1 $@
docker run --rm -v `pwd`:/pkgsite -w /pkgsite node:15.14.0 $@

0 comments on commit 22d7146

Please sign in to comment.