Skip to content

Commit

Permalink
[email protected] in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonmatt committed Feb 27, 2024
1 parent a22f544 commit 707369a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.40
deno-version: v1.41

- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: use deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.40
deno-version: v1.41

- run: deno lint

Expand All @@ -28,7 +28,7 @@ jobs:
- name: use deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.40
deno-version: v1.41

- run: deno task build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: use deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.40
deno-version: v1.41

- name: Check formatting
run: deno fmt --check
Expand Down

0 comments on commit 707369a

Please sign in to comment.