From 3019b0d3a2680c7985549b69b60a3b72cddb28f4 Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Sat, 11 Nov 2023 14:58:26 +0100 Subject: [PATCH] chore: esm.sh instead of skypack.dev Fix failure in running file-freshness.js (https://github.com/octokit/octokit.js/issues/2450) --- .github/workflows/file-freshness.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/file-freshness.js b/.github/workflows/file-freshness.js index 6c8d48e..62983d5 100644 --- a/.github/workflows/file-freshness.js +++ b/.github/workflows/file-freshness.js @@ -1,4 +1,4 @@ -import { Octokit } from "https://cdn.skypack.dev/octokit?dts"; +import { Octokit } from "https://esm.sh/octokit?dts"; import { Md5 } from "https://deno.land/std@0.126.0/hash/md5.ts"; import { $ } from 'https://deno.land/x/zx_deno@1.2.2/mod.mjs'