Skip to content

Commit

Permalink
fix: support node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Mar 23, 2024
1 parent c43d5f4 commit 3422606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-repo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fetch from "node-fetch"
import langsColor from "./langColors.json" with { "type": "json" }
import langsColor from "./langColors.json" assert { "type": "json" }
import { env } from "process";

const GH_TOKEN = env.GH_TOKEN;
Expand Down

0 comments on commit 3422606

Please sign in to comment.