From 69da5d548ec4ad9e31297183b0f9764699b09760 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Wed, 7 Jun 2023 15:52:13 +0800 Subject: [PATCH] chore(deps): update dependency linkinator to v5 (#3866) Co-authored-by: Marc Pichler --- .github/workflows/lint.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 16b9d4b4c..79c0f720b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '16' - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 0d232ef63..93302e80e 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-prettier": "4.2.1", "gh-pages": "5.0.0", "lerna": "6.0.3", - "linkinator": "4.0.3", + "linkinator": "5.0.1", "markdownlint-cli": "0.32.2", "prettier": "2.8.0", "semver": "7.3.5",