Skip to content

Commit

Permalink
Upgrade Deno from v2.0.2 to v2.1.4 (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Jan 4, 2025
1 parent f28d931 commit 67b6bdf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# - uses: pkgxdev/dev@v0
- uses: denoland/setup-deno@v2
with:
deno-version: ^2.0.2
deno-version: ^2.1.4

- run: deno task compile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.shellcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: denoland/setup-deno@v2
with:
deno-version: ^2.0.2
deno-version: ^2.1.4
- uses: actions/checkout@v4
- run: deno task compile
- uses: actions/upload-artifact@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2 # using ourself to install deno could compromise the tests
with:
deno-version: ^2.0.2
deno-version: ^2.1.4
- run: deno cache **/*.test.ts
- run: deno task test --coverage=cov_profile --no-check
- run: deno coverage cov_profile --lcov --exclude=tests/ --output=cov_profile.lcov
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2 # using ourself to install deno could compromise the tests
with:
deno-version: ^2.0.2
deno-version: ^2.1.4
- run: deno lint

typecheck:
Expand All @@ -68,5 +68,5 @@ jobs:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: ^2.0.2
deno-version: ^2.1.4
- run: deno task typecheck
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "deno check ./entrypoint.ts",
"compile": "deno compile --lock=deno.lock --allow-all --output \"$INIT_CWD/pkgx\" ./entrypoint.ts"
},
"pkgx": "deno~2.0",
"pkgx": "deno~2.1.4",
"lint": {
"exclude": ["src/**/*.test.ts"]
},
Expand Down

0 comments on commit 67b6bdf

Please sign in to comment.