Skip to content

Commit

Permalink
Update checklinks.yml (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenwahlgren authored Feb 1, 2025
1 parent 83a54ff commit 16f3296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checklinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '19'
node-version: '20'
- name: Install dependencies
run: |
yarn install --frozen-lockfile
Expand All @@ -27,4 +27,4 @@ jobs:
- name: Check links
run: yarn check-links
- name: Stop Dev Server
run: kill $(jobs -p) || true
run: kill $(jobs -p) || true

0 comments on commit 16f3296

Please sign in to comment.