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:
Adam Thompson-Sharpe
2022-10-17 16:53:14 -04:00
committed by GitHub
parent a5894a5c7c
commit 9828043ec2
2 changed files with 2 additions and 2 deletions

View File

@@ -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;