mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 16:21:10 +00:00
ci: update deno to 2.x
This commit is contained in:
parent
ac711a63e1
commit
e42e85af46
1 changed files with 2 additions and 3 deletions
5
.github/workflows/deno.yml
vendored
5
.github/workflows/deno.yml
vendored
|
@ -18,10 +18,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Deno
|
||||
# uses: denoland/setup-deno@v1
|
||||
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
|
||||
uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v1.x
|
||||
deno-version: v2.x
|
||||
|
||||
# Uncomment this step to verify the use of 'deno fmt' on each commit.
|
||||
# - name: Verify formatting
|
||||
|
|
Loading…
Add table
Reference in a new issue