diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index faf46b8..ebfa0bc 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: 12.22.12 - run: npm install -g markdown-link-check - run: find . -name \*.md -exec markdown-link-check -c .broken-link-config.json {} \; diff --git a/.travis.yml b/.travis.yml index 0034a1c..a7a9cae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - '12' + - '12.22.12' env: global: