Unverified Commit 99af9e62 authored by Hong Minhee's avatar Hong Minhee
Browse files

Temporarily pin to Deno v2.4.1

parent 0a66a35f
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: v2.x
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
    - 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: v2.x
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
    - 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: v2.x
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
    - 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: v2.x
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
    - 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: v2.x
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
    - 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: v2.x
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
    - 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: v2.x
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -449,7 +449,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: v2.x
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
    - run: deno task codegen
      working-directory: ${{ github.workspace }}/fedify/
    - uses: denoland/deployctl@v1
@@ -480,7 +480,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: v2.x
        deno-version: "2.4.1"  # FIXME: https://github.com/fedify-dev/fedify/issues/303
    - uses: pnpm/action-setup@v4
      with:
        version: 10
+1 −1
Original line number Diff line number Diff line
[tools]
bun = "latest"
deno = "2"
deno = "2.4.1"  # Temporarily pinned to a specific version; see also #303
node = "22"
"npm:pnpm" = "latest"