Merge pull request #100 from rstudio/glin/node-14-empty-files
Downgrade Node version to 14 to work around serverless deploy bug
This commit is contained in:
commit
f0f8a416d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16
|
||||
FROM node:14
|
||||
|
||||
ARG JENKINS_UID=386
|
||||
ARG JENKINS_GID=386
|
||||
|
|
|
|||
Loading…
Reference in a new issue