Skip to content

Commit

Permalink
Set deno version to 1.43 in CI
Browse files Browse the repository at this point in the history
Getting errors while installing Biome
  • Loading branch information
mkody committed Jun 5, 2024
1 parent e93c5b1 commit c09f9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v1.43

- name: Build package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v1.43

- name: Install dependencies
run: |
Expand Down

0 comments on commit c09f9a5

Please sign in to comment.