Merge pull request #56 from ItalyPaleAle/patch-1

Update Node.js to 16
This commit is contained in:
Adam Janiš 2022-03-15 12:30:29 +01:00 committed by GitHub
commit 6f62debcf8
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