Skip to content

Commit

Permalink
Merge pull request #8 from bchainhub/fix/GA
Browse files Browse the repository at this point in the history
set minimal node version 20 and actions/checkout@v4
  • Loading branch information
ingridnovak authored May 23, 2024
2 parents c8f8c0b + bf9298d commit bdc862e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2

uses: actions/checkout@v4
- name: Run markdownlint
uses: ruzickap/action-my-markdown-linter@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": ">=20.0"
}
}

0 comments on commit bdc862e

Please sign in to comment.