Skip to content

Commit

Permalink
Updating Node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Feb 9, 2024
1 parent 7e8e0d0 commit db4f180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 10
node-version: 16
- name: Check for broken internal links
run: |
npm i
Expand Down

0 comments on commit db4f180

Please sign in to comment.