mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Confirm
This commit is contained in:
parent
cd6f5b8f89
commit
3dc1bddb46
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
|
|
||||||
apt-get update
|
apt-get update -y
|
||||||
apt-get install curl
|
apt-get install curl -y
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | sh
|
||||||
nvm install latest
|
nvm install latest
|
||||||
npm i
|
npm i
|
||||||
|
|
Loading…
Reference in a new issue