From 979419c7a000b642da65a31e1b63a8278ca5ec23 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 1 May 2025 22:20:41 -0700 Subject: [PATCH] Remove support for end-of-life Node 18 (continued). --- scripts/index.mjs | 1 - test/markdownlint-test-parallel.mjs | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/index.mjs b/scripts/index.mjs index f59372f6..8ae0ef48 100644 --- a/scripts/index.mjs +++ b/scripts/index.mjs @@ -1,6 +1,5 @@ // @ts-check -// eslint-disable-next-line n/no-unsupported-features/node-builtins import { constants, copyFile, rm, unlink } from "node:fs/promises"; import { globby } from "globby"; diff --git a/test/markdownlint-test-parallel.mjs b/test/markdownlint-test-parallel.mjs index e9bc26c0..1ce6121e 100644 --- a/test/markdownlint-test-parallel.mjs +++ b/test/markdownlint-test-parallel.mjs @@ -1,6 +1,5 @@ // @ts-check -// eslint-disable-next-line n/no-unsupported-features/node-builtins import { availableParallelism } from "node:os"; import { Worker } from "node:worker_threads"; import { lint } from "markdownlint/sync";