Deno bump
parent
e83f3ebc66
commit
77f0c8669c
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Setup Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v2.0.0
|
||||
deno-version: v2.0.3
|
||||
|
||||
- name: Run bundle build
|
||||
run: |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM gitpod/workspace-full:latest
|
||||
|
||||
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v2.0.0
|
||||
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v2.0.3
|
||||
RUN /home/gitpod/.deno/bin/deno completions bash > /home/gitpod/.bashrc.d/90-deno && \
|
||||
echo 'export DENO_INSTALL="/home/gitpod/.deno"' >> /home/gitpod/.bashrc.d/90-deno && \
|
||||
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /home/gitpod/.bashrc.d/90-deno
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM denoland/deno:debian-2.0.0
|
||||
FROM denoland/deno:debian-2.0.3
|
||||
|
||||
# The volume that will keep the space data
|
||||
|
||||
|
|
Loading…
Reference in New Issue