Skip to content

Commit

Permalink
⬆️ Update deno
Browse files Browse the repository at this point in the history
  • Loading branch information
844196 committed Dec 26, 2024
1 parent 9397c04 commit 883f849
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 187 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ jobs:
- name: Setup mise
uses: jdx/mise-action@v2
with:
version: 2024.5.16
version: 2024.12.3
install: true
cache: true

- name: Install dependencies
run: deno install

- name: Run check
run: task check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup mise
uses: jdx/mise-action@v2
with:
version: 2024.5.16
version: 2024.12.3
install: true
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
deno = '1.46.1'
deno = '2.1.4'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
---
timeout: 60000
symbols:
prompt: ""
prompt: ''
colors:
prompt: 8
inputKeys:
Expand Down
5 changes: 2 additions & 3 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ tasks:
- x86_64-apple-darwin
- aarch64-apple-darwin
cmds:
-
for:
- for:
var: TARGETS
as: TARGET
cmd: deno compile --frozen --allow-all --target {{.TARGET}} --output dist/wk-{{.TARGET}} src/cli.ts
cmd: deno compile --cached-only --lock --frozen --allow-all --target {{.TARGET}} --output dist/wk-{{.TARGET}} src/cli.ts

version_file:
vars:
Expand Down
14 changes: 7 additions & 7 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"singleQuote": true
},
"imports": {
"@cliffy/ansi": "jsr:@cliffy/ansi@1.0.0-rc.5",
"@cliffy/command": "jsr:@cliffy/command@1.0.0-rc.5",
"@cliffy/keypress": "jsr:@cliffy/keypress@^1.0.0-rc.5",
"@cliffy/table": "jsr:@cliffy/table@1.0.0-rc.5",
"@cliffy/ansi": "jsr:@cliffy/ansi@1.0.0-rc.7",
"@cliffy/command": "jsr:@cliffy/command@1.0.0-rc.7",
"@cliffy/keypress": "jsr:@cliffy/keypress@1.0.0-rc.7",
"@cliffy/table": "jsr:@cliffy/table@1.0.0-rc.7",
"@dunosaurs/color": "https://deno.land/x/color@v0.3.0/mod.ts",
"@eta-dev/eta": "jsr:@eta-dev/eta@^3.5.0",
"@lambdalisue/github-emoji": "jsr:@lambdalisue/github-emoji@1.0.0",
"@std/collections": "jsr:@std/collections@1.0.5",
"@std/fmt": "jsr:@std/fmt@^1.0.2",
"@std/path": "jsr:@std/path@1.0.2",
"@std/collections": "jsr:@std/collections@1.0.9",
"@std/fmt": "jsr:@std/fmt@1.0.3",
"@std/path": "jsr:@std/path@1.0.8",
"rc-config-loader": "npm:rc-config-loader@4.1.3",
"xdg-basedir": "npm:xdg-basedir@5.1.0",
"zod": "npm:zod@3.23.8"
Expand Down
Loading

0 comments on commit 883f849

Please sign in to comment.