Skip to content

Commit

Permalink
Unlock the version of deno on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Nov 3, 2023
1 parent effb92d commit 941b639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.36.0
deno-version: v1.x
- uses: actions/setup-node@v3
with:
node-version: v20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.36.0
deno-version: v1.x
- uses: actions/setup-node@v3
with:
node-version: v20.x
Expand Down

0 comments on commit 941b639

Please sign in to comment.