Update Node.js to 16

This commit is contained in:
Alessandro (Ale) Segala 2021-05-12 22:21:56 -07:00 committed by GitHub
parent 60c377d0bf
commit 95ac136231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:12
FROM node:16
ENV XDG_CONFIG_HOME /github/workspace
ENV WRANGLER_HOME /github/workspace
COPY entrypoint.sh /entrypoint.sh