mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
Add shebang
This commit is contained in:
parent
272a8e31ba
commit
83f803c66a
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/sh -l
|
||||||
|
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
|
||||||
nvm install latest
|
nvm install latest
|
||||||
npm i
|
npm i
|
||||||
|
|
Loading…
Reference in a new issue