mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
Add back JSON assertion to support-window script (#62763)
* fix: Add back JSON assertion to support-window script Adds back the JSON assertion that caused the workflow to fail on the latest Node version. * fix: Update extension on path in support-window workflow
This commit is contained in:
committed by
GitHub
parent
a5894a5c7c
commit
9828043ec2
@@ -6,7 +6,7 @@ import { utcYear } from "d3-time";
|
||||
import { utcFormat } from "d3-time-format";
|
||||
import { JSDOM } from "jsdom";
|
||||
import serialize from "w3c-xmlserializer";
|
||||
import data from "../docs/support-window.json";
|
||||
import data from "../docs/support-window.json" assert { type: "json" };
|
||||
|
||||
const width = 640;
|
||||
const height = 250;
|
||||
|
||||
Reference in New Issue
Block a user