diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index faf46b8..897e55b 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v2.1.4 with: - node-version: 12.x + node-version: 26.3.1 - run: npm install -g markdown-link-check - run: find . -name \*.md -exec markdown-link-check -c .broken-link-config.json {} \; diff --git a/package.json b/package.json index 768528b..885432e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "access": "public" }, "engines": { - "node": ">= v8.17.0" + "node": ">= 26.3.1" }, "keywords": [ "github-actions",