Skip to content

Commit

Permalink
test: with a specific node version
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Nov 27, 2023
1 parent a236c5a commit 0facbb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run markdownlint
run: |
npm install -g markdownlint-cli
Expand Down

0 comments on commit 0facbb0

Please sign in to comment.