
Some checks failed
test / test (1.33.1, ubuntu-latest) (push) Failing after 9s
test / test (1.x, ubuntu-latest) (push) Failing after 7s
test / test (b31cf9fde6ad5398c20370c136695db77df6beeb, ubuntu-latest) (push) Failing after 7s
test / test (canary, ubuntu-latest) (push) Failing after 8s
test / test (~1.32, ubuntu-latest) (push) Failing after 9s
test / test (1.33.1, macos-latest) (push) Has been cancelled
test / test (1.33.1, windows-latest) (push) Has been cancelled
test / test (1.x, macos-latest) (push) Has been cancelled
test / test (1.x, windows-latest) (push) Has been cancelled
test / test (b31cf9fde6ad5398c20370c136695db77df6beeb, macos-latest) (push) Has been cancelled
test / test (b31cf9fde6ad5398c20370c136695db77df6beeb, windows-latest) (push) Has been cancelled
test / test (canary, macos-latest) (push) Has been cancelled
test / test (canary, windows-latest) (push) Has been cancelled
test / test (~1.32, macos-latest) (push) Has been cancelled
test / test (~1.32, windows-latest) (push) Has been cancelled
setup-deno
Set up your GitHub Actions workflow with a specific version of Deno.
Usage
Latest stable for a major
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
Latest stable for any major
Targets the latest major, minor and patch version of Deno.
- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
Specific stable
- uses: denoland/setup-deno@v1
with:
deno-version: "1.8.2"
Semver range
- uses: denoland/setup-deno@v1
with:
deno-version: "~1.7"
Latest canary
- uses: denoland/setup-deno@v1
with:
deno-version: canary
Specific canary
- uses: denoland/setup-deno@v1
with:
deno-version: e7b7129b7a92b7500ded88f8f5baa25a7f59e56e
Description
Languages
JavaScript
100%