Skip to content

Commit

Permalink
chore: esm.sh instead of skypack.dev (#151)
Browse files Browse the repository at this point in the history
Fix failure in running file-freshness.js
(octokit/octokit.js#2450)
  • Loading branch information
bfabio authored Nov 11, 2023
1 parent 22fe987 commit 55c26e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/file-freshness.js
Original file line number Diff line number Diff line change
@@ -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/[email protected]/hash/md5.ts";
import { $ } from 'https://deno.land/x/[email protected]/mod.mjs'

Expand Down

0 comments on commit 55c26e1

Please sign in to comment.