Skip to content

Commit

Permalink
hotfix: force node version to avoid buggy last one
Browse files Browse the repository at this point in the history
  • Loading branch information
baptou12 committed Dec 12, 2023
1 parent 4bed2af commit 46e3bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-links-validity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '18.18.2'
- run: npm ci
- id: invalid_links
run: npm run tools:check-links-validity
Expand Down

0 comments on commit 46e3bd2

Please sign in to comment.