mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-24 10:54:46 +01:00
off alpine image
This commit is contained in:
parent
d9c4e68352
commit
b52c9462b3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:10.14.1-alpine
|
||||
FROM node:12
|
||||
ENV XDG_CONFIG_HOME /github/workspace
|
||||
RUN "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash"
|
||||
RUN "nvm install latest"
|
||||
|
|
Loading…
Reference in a new issue