Skip to content

Commit

Permalink
Update deno CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Dec 15, 2024
1 parent cf10ce0 commit 3f86d7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
cat deno.json
- name: Setup Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x

- name: Code Style
run: deno fmt --check
Expand All @@ -55,9 +55,9 @@ jobs:
fetch-depth: 0

- name: Setup Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x

- name: Tests
run: |
Expand All @@ -81,9 +81,9 @@ jobs:
with:
fetch-depth: 0

- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x

- name: Build NPM Package
run: deno task build ${{ needs.lint.outputs.version }}
Expand Down

0 comments on commit 3f86d7f

Please sign in to comment.