-
-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Use latest version of Bun and Deno for CI (#3554)
* workflow: update setup-bun to v2 * workflow: use bun 1.1.33 * workflow: use deno 2.x
- Loading branch information
1 parent
01277aa
commit 08e2912
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Install deno | ||
uses: denoland/setup-deno@v1 | ||
uses: denoland/setup-deno@v2 | ||
with: | ||
deno-version: v1.x | ||
deno-version: v2.x | ||
|
||
- name: Publish to JSR | ||
run: deno run -A jsr:@david/[email protected].3 | ||
run: deno run -A jsr:@david/[email protected].4 |