diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8817bc3..82de23f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 19 - name: Check links run: npx markdown-link-check -c .markdown-link-check-config.json README.md