Skip to content

Commit 1336bc1

Browse files
authored
Merge pull request #179 from zghanem0/fix/GHActionForReadMe
Fixing GH Action Error
2 parents 3b873e0 + 32d82e7 commit 1336bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown-link-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: '16.x'
23+
node-version: '18.x'
2424
- name: install markdown-link-check
2525
run: npm install -g [email protected]
2626
- name: markdown-link-check version

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Follow the below steps to setup and leverage `eks-blueprints` and `eks-blueprint
166166
167167
### Verify `Node.js` and `npm` Installation
168168
169-
1. Check the installed version of Node.js
169+
1. Check the installed version of Node.js:
170170
171171
```bash
172172
node -v

0 commit comments

Comments
 (0)