mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Upgrade deno and use of .dvmrc file
This commit is contained in:
parent
d0c23a9746
commit
7f7901da35
3 changed files with 3 additions and 3 deletions
2
.dvmrc
2
.dvmrc
|
|
@ -1 +1 @@
|
|||
1.44.1
|
||||
1.45.1
|
||||
|
|
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue