This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
v2.2.0
rename the nightly binary file to deno
change:
steps:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@v2
with:
deno-version: nightly
- run: |
- deno-nightly --version
+ deno--version
- deno-nightly run https://deno.land/std/examples/welcome.ts
+ deno run https://deno.land/std/examples/welcome.ts