Changelog/v8.0.0 (#2567)
* Add changelog * Fix missprints * Add new words * Update Node.js version * Fix markdown * Fix more
This commit is contained in:
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -5,10 +5,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js 14
|
||||
- name: Use Node.js 18
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 18
|
||||
- name: run markdownlint linter
|
||||
run: |
|
||||
npm install -g markdownlint-cli
|
||||
|
||||
Reference in New Issue
Block a user