Deno version bumps
This commit is contained in:
parent
99ef8d883a
commit
b14a7a4c64
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- name: Setup Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.37
|
||||
deno-version: v1.38
|
||||
|
||||
- name: Run bundle build
|
||||
run: |
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.37
|
||||
deno-version: v1.38
|
||||
|
||||
- name: Run build
|
||||
run: deno task build
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM lukechannings/deno:v1.37.1
|
||||
FROM lukechannings/deno:v1.38.2
|
||||
# The volume that will keep the space data
|
||||
# Create a volume first:
|
||||
# docker volume create myspace
|
||||
|
Loading…
Reference in New Issue
Block a user