From ce1c47af3e6b6d4b3c200fa98f4bac7347f008d2 Mon Sep 17 00:00:00 2001 From: Charles Overbeck Date: Tue, 22 Oct 2024 17:30:20 -0700 Subject: [PATCH] Update node version to see if check will pass --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9e5dc6..4515269 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - run: npm i -g markdown-link-check - run: markdown-link-check ./README.md buildPage: