Go to file
Yoshiya Hinosawa 041b854f97
test / test (1.33.1, ubuntu-latest) (push) Failing after 9s Details
test / test (1.x, ubuntu-latest) (push) Failing after 7s Details
test / test (b31cf9fde6ad5398c20370c136695db77df6beeb, ubuntu-latest) (push) Failing after 7s Details
test / test (canary, ubuntu-latest) (push) Failing after 8s Details
test / test (~1.32, ubuntu-latest) (push) Failing after 9s Details
test / test (1.33.1, macos-latest) (push) Has been cancelled Details
test / test (1.33.1, windows-latest) (push) Has been cancelled Details
test / test (1.x, macos-latest) (push) Has been cancelled Details
test / test (1.x, windows-latest) (push) Has been cancelled Details
test / test (b31cf9fde6ad5398c20370c136695db77df6beeb, macos-latest) (push) Has been cancelled Details
test / test (b31cf9fde6ad5398c20370c136695db77df6beeb, windows-latest) (push) Has been cancelled Details
test / test (canary, macos-latest) (push) Has been cancelled Details
test / test (canary, windows-latest) (push) Has been cancelled Details
test / test (~1.32, macos-latest) (push) Has been cancelled Details
test / test (~1.32, windows-latest) (push) Has been cancelled Details
1.1.4 (#57)
2024-01-29 13:20:15 +09:00
.github/workflows 1.1.3 (#50) 2023-09-27 18:27:29 -04:00
node_modules 1.1.4 (#57) 2024-01-29 13:20:15 +09:00
src feat: fetch versions with retries (#46) 2023-05-30 18:18:39 -04:00
LICENSE Initial commit 2021-04-10 01:39:22 +02:00
README.md chore: note about targeting the latest version (#12) 2021-07-15 19:47:39 +05:30
action.yml chore: update node.js version from 16 to 20 (#56) 2024-01-28 21:01:15 +09:00
main.js fmt 2021-05-18 23:34:43 +02:00
package-lock.json 1.1.4 (#57) 2024-01-29 13:20:15 +09:00
package.json 1.1.4 (#57) 2024-01-29 13:20:15 +09:00
tsconfig.json Initial pass 2021-04-10 02:16:12 +02:00

README.md

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