Go to file
Leo Kettmeir ba9dcf3bc3
test / test (1.33.1, ubuntu-latest) (push) Failing after 15s Details
test / test (1.x, ubuntu-latest) (push) Successful in 1m57s Details
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, ubuntu-latest) (push) Successful in 49s Details
test / test (canary, ubuntu-latest) (push) Successful in 24s Details
test / test (~1.32, ubuntu-latest) (push) Failing after 10s Details
test / test-version-file (.dvmrc) (push) Successful in 22s Details
test / test-version-file (.tool-versions) (push) Successful in 20s 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 (b290fd01f3f5d32f9d010fc719ced0240759c049, macos-latest) (push) Has been cancelled Details
test / test (b290fd01f3f5d32f9d010fc719ced0240759c049, 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.3.0 (#66)
2024-07-12 04:38:48 -07:00
.github/workflows feat: add .tool-versions and .dvmrc support (#61) 2024-07-05 15:33:22 +09:00
node_modules 1.3.0 (#66) 2024-07-12 04:38:48 -07:00
src feat: add "latest" as possible version (#65) 2024-07-12 04:32:45 -07:00
.dvmrc feat: add .tool-versions and .dvmrc support (#61) 2024-07-05 15:33:22 +09:00
.tool-versions feat: add .tool-versions and .dvmrc support (#61) 2024-07-05 15:33:22 +09:00
LICENSE Initial commit 2021-04-10 01:39:22 +02:00
README.md feat: add .tool-versions and .dvmrc support (#61) 2024-07-05 15:33:22 +09:00
action.yml feat: add .tool-versions and .dvmrc support (#61) 2024-07-05 15:33:22 +09:00
main.js feat: add .tool-versions and .dvmrc support (#61) 2024-07-05 15:33:22 +09:00
package-lock.json 1.3.0 (#66) 2024-07-12 04:38:48 -07:00
package.json 1.3.0 (#66) 2024-07-12 04:38:48 -07: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

Version from file

- uses: denoland/setup-deno@v1
  with:
    deno-version-file: .dvmrc
- uses: denoland/setup-deno@v1
  with:
    deno-version-file: .tool-versions

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