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:
Denis Spitsyn
2024-01-30 16:32:50 +05:00
committed by GitHub
parent c3c6ff8235
commit 216cc82809
3 changed files with 160 additions and 2 deletions

View File

@@ -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