diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 14e01cb9..bcf9d63e 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: 22.x - run: npm install -g markdown-link-check - run: find . -name \*.md -exec markdown-link-check -c .broken-link-config.json {} \; diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index d67b8db9..6845d366 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2 with: - node-version: "12" + node-version: "22" - name: Lint markdown files run: | diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 12b35899..8eeb6de2 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.4 with: - node-version: "12" + node-version: "22" - uses: actions/cache@v2.1.4 with: