Skip to content

Commit 9a553a7

Browse files
committed
Downgrade to node16 image for deploy docs stage
1 parent 0f175ba commit 9a553a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pipeline {
4242
}
4343
agent {
4444
docker {
45-
image 'node:buster'
45+
image 'node:16-buster'
4646
}
4747
}
4848
steps {
@@ -59,7 +59,7 @@ pipeline {
5959
mkdir ~/.ssh && ssh-keyscan -H github.com > ~/.ssh/known_hosts
6060
git config --global user.email ${GH_EMAIL}
6161
git config --global user.name ${GH_USER}
62-
# GIT_USER=${GH_USER} USE_SSH=true npm run deploy
62+
GIT_USER=${GH_USER} USE_SSH=true npm run deploy
6363
'''
6464
}
6565
}

0 commit comments

Comments
 (0)