Skip to content

Commit

Permalink
Bump Deno to 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Feb 25, 2024
1 parent fb0bc4e commit 33effe0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.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.40
deno-version: v1.41

- name: Run bundle build
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 @@ -13,7 +13,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.40
deno-version: v1.41
- name: Run build
run: deno task build
- name: Bundle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.40
deno-version: v1.41

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

- name: Run build
run: deno task build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:debian-1.40.5
FROM denoland/deno:debian-1.41.0
# The volume that will keep the space data

# Either create a volume:
Expand Down

0 comments on commit 33effe0

Please sign in to comment.