Upgrade deno and use of .dvmrc file
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.44.1
|
||||
deno-version-file: .dvmrc
|
||||
- run: |
|
||||
make test
|
||||
make build
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM denoland/deno:ubuntu-1.44.1
|
||||
FROM denoland/deno:ubuntu-1.45.1
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user