mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-13 03:46:45 +00:00
feat: add "lts" version option (#97)
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -23,6 +23,7 @@ jobs:
|
||||
- "~1.32"
|
||||
- "b290fd01f3f5d32f9d010fc719ced0240759c049"
|
||||
- "rc"
|
||||
- "lts"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@@ -111,5 +112,5 @@ jobs:
|
||||
- name: Build code
|
||||
run: deno run -A scripts/build.ts
|
||||
|
||||
- name: Assert no git changes
|
||||
- name: Assert no git changes (run `deno task build` if this fails)
|
||||
run: git diff --quiet
|
||||
|
||||
Reference in New Issue
Block a user