Unverified Commit fea6e96f authored by Hong Minhee's avatar Hong Minhee
Browse files

Unpin Deno version as Deno 2.4.3 released

parent e3f2f4fe
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -23,7 +23,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 cache
      working-directory: ${{ github.workspace }}/fedify/
    - run: deno task test --coverage=.cov --junit-path=.test-report.xml
@@ -69,7 +69,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: actions/setup-node@v4
      with:
        node-version: lts/*
@@ -95,7 +95,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: actions/setup-node@v4
      with:
        node-version: lts/*
@@ -120,7 +120,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: actions/setup-node@v4
      with:
        node-version: lts/*
@@ -142,7 +142,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:
@@ -160,7 +160,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: actions/setup-node@v4
      with:
        node-version: lts/*
@@ -200,7 +200,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: actions/setup-node@v4
      with:
        node-version: lts/*
@@ -355,7 +355,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
+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/semver": "jsr:@std/semver@^1.0.5",
    "cli-highlight": "npm:cli-highlight@^2.1.11",
+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"