Loading .github/workflows/build.yaml +9 −9 Original line number Diff line number Diff line Loading @@ -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 }} Loading Loading @@ -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 Loading Loading @@ -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 Loading @@ -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 Loading @@ -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: Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading cli/deno.json +1 −0 Original line number Diff line number Diff line Loading @@ -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", Loading mise.toml +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" Loading
.github/workflows/build.yaml +9 −9 Original line number Diff line number Diff line Loading @@ -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 }} Loading Loading @@ -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 Loading Loading @@ -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 Loading @@ -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 Loading @@ -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: Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading
cli/deno.json +1 −0 Original line number Diff line number Diff line Loading @@ -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", Loading
mise.toml +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"