Skip to content

Commit

Permalink
ci(molt): Update the lock file (#29)
Browse files Browse the repository at this point in the history
Not only "deno.json" but also "deno.lock" will be updated.
  • Loading branch information
5ouma committed Mar 24, 2024
1 parent 3eee1e9 commit b6a068f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:

- name: ⬆️ Update Dependencies
id: deps
run: |
deno task update -w --summary=../title.txt --report=../body.md
deno task lock
run: deno task update -w --unstable-lock --summary=../title.txt --report=../body.md

- name: 🔍 Check the Result
id: result
Expand Down
1 change: 0 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"test": { "include": ["src/", "test/"] },
"tasks": {
"gen": "deno run --allow-read --allow-write ./src/main.ts",
"lock": "deno cache --lock-write ./**/*.ts",
"test": "deno test --allow-read --allow-write",
"update": "deno run --allow-env --allow-read --allow-write --allow-run=git,deno --allow-net=deno.land https://deno.land/x/molt/cli.ts deno.json"
},
Expand Down

0 comments on commit b6a068f

Please sign in to comment.