Skip to content

Commit

Permalink
chore: roll deps fwd
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Nov 19, 2023
1 parent c917013 commit 4d0c67e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
# https://github.com/denolib/setup-deno
- uses: denolib/setup-deno@master
with:
deno-version: 1.26.1
deno-version: 1.38.2
- name: check
run: ./rad check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
# https://github.com/denolib/setup-deno
- uses: denolib/setup-deno@master
with:
deno-version: 1.26.1
deno-version: 1.38.2
- name: check
run: ./rad check
- name: site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -13,6 +13,6 @@ jobs:
# https://github.com/denolib/setup-deno
- uses: denolib/setup-deno@master
with:
deno-version: 1.26.1
deno-version: 1.38.2
- name: check
run: ./rad check
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
# usage: docker run --rm -v $PWD:/rad rad TASK
# build: docker build --progress=plain -t rad -t cdaringe/rad -t cdaringe/rad:6-latest -t cdaringe/rad:latest .
FROM denoland/deno:alpine-1.26.1
FROM denoland/deno:alpine-1.38.2
RUN mkdir /radinstall
ENV RAD="deno run --unstable -A /radinstall/src/bin.ts --log-level info"
WORKDIR /radinstall
Expand Down

0 comments on commit 4d0c67e

Please sign in to comment.