Unverified Commit 8d4cae96 authored by Hong Minhee's avatar Hong Minhee
Browse files

Unpin Deno version as Deno 2.4.3 released

parent 29be745c
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
        deno-version: v2.x
    - run: deno task test --coverage=.cov --junit-path=.test-report.xml
      env:
        RUST_BACKTRACE: ${{ runner.debug }}
@@ -124,7 +124,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
        deno-version: v2.x
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -181,7 +181,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
        deno-version: v2.x
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -207,7 +207,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
        deno-version: v2.x
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -230,7 +230,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
        deno-version: v2.x
    - run: deno task hooks:pre-commit

  release-test:
@@ -248,7 +248,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
        deno-version: v2.x
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -283,7 +283,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
        deno-version: v2.x
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -464,7 +464,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
        deno-version: v2.x
    - run: deno task codegen
      working-directory: ${{ github.workspace }}/fedify/
    - uses: denoland/deployctl@v1
@@ -495,7 +495,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
        deno-version: v2.x
    - uses: pnpm/action-setup@v4
      with:
        version: 10
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
    "@jimp/core": "npm:@jimp/core@^1.6.0",
    "@jimp/wasm-webp": "npm:@jimp/wasm-webp@^1.6.0",
    "@poppanator/http-constants": "npm:@poppanator/http-constants@^1.1.1",
    "@std/assert": "jsr:@std/assert@^1.0.13",
    "@std/dotenv": "jsr:@std/dotenv@^0.225.2",
    "@std/assert": "jsr:@std/assert@^1.0.0",
    "@std/semver": "jsr:@std/semver@^1.0.5",
+1 −1
Original line number Diff line number Diff line
[tools]
bun = "latest"
deno = "2.4.1"  # Temporarily pinned to a specific version; see also #303
deno = "2.4.3"
node = "22"
"npm:pnpm" = "latest"