mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
Update Node.js to 16
This commit is contained in:
parent
60c377d0bf
commit
95ac136231
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:12
|
FROM node:16
|
||||||
ENV XDG_CONFIG_HOME /github/workspace
|
ENV XDG_CONFIG_HOME /github/workspace
|
||||||
ENV WRANGLER_HOME /github/workspace
|
ENV WRANGLER_HOME /github/workspace
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
Loading…
Reference in a new issue