File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN mkdir -p $NVM_DIR
21
21
22
22
23
23
# Install nvm with node and npm
24
- RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2 /install.sh | bash \
24
+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7 /install.sh | bash \
25
25
&& . $NVM_DIR/nvm.sh \
26
26
&& nvm install $NODE_VERSION
27
27
Original file line number Diff line number Diff line change 19
19
set -eo pipefail
20
20
21
21
# Install desired version of Node.js
22
- retry curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2 /install.sh | bash > /dev/null
22
+ retry curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7 /install.sh | bash > /dev/null
23
23
export NVM_DIR=" $HOME /.nvm" > /dev/null
24
24
[ -s " $NVM_DIR /nvm.sh" ] && \. " $NVM_DIR /nvm.sh" > /dev/null
25
25
26
- retry nvm install 10 & > /dev/null
26
+ retry nvm install 20 & > /dev/null
27
27
28
28
cd $( dirname $0 ) /..
29
29
30
30
NPM_TOKEN=$( cat $KOKORO_KEYSTORE_DIR /72935_pprof-npm-token)
31
31
echo " //wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN} " > ~ /.npmrc
32
32
33
33
retry npm install --quiet
34
- npm publish --access=public \
35
- --registry=https://wombat-dressing-room.appspot.com
34
+ npm publish
You can’t perform that action at this time.
0 commit comments