diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f627b75..7e1adb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: denoland/setup-deno@v1 + - uses: r7kamura/setup-deno@problem-matchers with: deno-version: v1.x - run: deno fmt --check src/**/*.ts diff --git a/src/github.ts b/src/github.ts index 5844561..6c7a1ee 100644 --- a/src/github.ts +++ b/src/github.ts @@ -1,5 +1,5 @@ import { github } from "./deps.ts"; -import { performance } from "node:perf_hooks"; +import { Performance, performance } from "node:perf_hooks"; // Workaround for deno compatibility issue on undici: // deno-lint-ignore no-explicit-any @@ -29,6 +29,7 @@ export function generateNotes({ ); } +import { Performance, performance } from "node:perf_hooks"; export async function createPullRequest({ githubToken, owner,