Skip to content

Commit

Permalink
Update to deno v1.45.0
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Jul 11, 2024
1 parent 60a917f commit 9890b23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
- name: install deno
uses: denoland/setup-deno@v1
with:
deno-version: 1.X
deno-version: 1.45

- name: check lockfile
run: deno task deps:check

- name: check format
run: deno fmt --check
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deno 1.44.4
deno 1.45.0
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"tasks": {
"run": "./.bin/public-to-json.ts && deno run -A --unstable-ffi --cached-only --lock=deno.lock src/main.ts",
"compile": "./.bin/public-to-json.ts && deno compile -A --unstable-ffi --include ./src/public.json --cached-only --lock=deno.lock -o ./.bin/denotag ./src/main.ts",
"deps:lock": "deno cache --lock=deno.lock --lock-write src/*.ts src/**/*.ts src/**/*.tsx ./.bin/*.ts",
"deps:check": "deno cache --lock=deno.lock --frozen src/*.ts src/**/*.ts src/**/*.tsx ./.bin/*.ts",
"deps:lock": "deno cache --lock=deno.lock --frozen=false src/*.ts src/**/*.ts src/**/*.tsx ./.bin/*.ts",
"deps": "deno cache --reload --lock=deno.lock src/*.ts src/**/*.ts src/**/*.tsx ./.bin/*.ts"
},
"compilerOptions": {
Expand Down

0 comments on commit 9890b23

Please sign in to comment.