Skip to content

Commit

Permalink
refactor: use @std/tar in build task and Deno 2 in CI (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Oct 15, 2024
1 parent f63a618 commit bf1718f
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 330 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: Install deno
uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: 1.x
deno-version: v2.x

- name: Check fmt
if: contains(matrix.os, 'ubuntu')
Expand Down
5 changes: 2 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@
},
"imports": {
"@david/dax": "jsr:@david/dax@^0.39.2",
"@std/archive": "jsr:@std/archive@^0.218.2",
"@std/assert": "jsr:@std/assert@^0.218.2",
"@std/cli": "jsr:@std/cli@^0.218.2",
"@std/encoding": "jsr:@std/encoding@^0.218.2",
"@std/fmt": "jsr:@std/fmt@^0.218.2",
"@std/fs": "jsr:@std/fs@^0.218.2",
"@std/io": "jsr:@std/io@^0.218.2",
"@std/path": "jsr:@std/path@^0.218.2",
"@std/streams": "jsr:@std/streams@^0.218.2",
"@std/streams": "jsr:@std/streams@^1.0.6",
"@std/tar": "jsr:@std/tar@^0.1.2",
"code-block-writer": "npm:code-block-writer@^13.0.1",
"ts-morph": "npm:ts-morph@^21"
}
Expand Down
Loading

0 comments on commit bf1718f

Please sign in to comment.