Skip to content

Commit

Permalink
Merge pull request #179 from zghanem0/fix/GHActionForReadMe
Browse files Browse the repository at this point in the history
Fixing GH Action Error
  • Loading branch information
shapirov103 committed Aug 30, 2024
2 parents 3b873e0 + 32d82e7 commit 1336bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
- name: install markdown-link-check
run: npm install -g markdown-link-check@3.10.2
- name: markdown-link-check version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Follow the below steps to setup and leverage `eks-blueprints` and `eks-blueprint
### Verify `Node.js` and `npm` Installation
1. Check the installed version of Node.js
1. Check the installed version of Node.js:
```bash
node -v
Expand Down

0 comments on commit 1336bc1

Please sign in to comment.