Skip to content

Commit

Permalink
fix: Use correct version of Deno in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudovski committed Dec 8, 2024
1 parent dec3a3b commit 9276ae5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
fetch-depth: 0

- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: "^1.45"
uses: denoland/setup-deno@v2

- name: Get pnpm store directory
id: deno-cache
Expand Down

0 comments on commit 9276ae5

Please sign in to comment.