Skip to content

Commit

Permalink
Set node version to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bzarboni1 committed Nov 18, 2024
1 parent 55f0c0c commit e893677
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-node@v4
with:
node-version: 22

- uses: actions/checkout@v4

- name: Install Dependencies
Expand Down

0 comments on commit e893677

Please sign in to comment.