Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonmatt committed Feb 3, 2024
1 parent 16c08f1 commit b231f3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.39.1
deno-version: v1.40

- 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.39.1
deno-version: v1.40

- run: deno lint

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

- 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.39.1
deno-version: v1.40

- name: Check formatting
run: deno fmt --check
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.2.0",
"deno_version": "1.40.2",
"tasks": {
"tar-win": "tar -czvf dist/release-archives/cndi-win.tar.gz -C dist/win/in .",
Expand Down

0 comments on commit b231f3b

Please sign in to comment.