chore: Prettier fix node 18 (Bruception) (#4533)

* fix: spelling mistakes in Nepali wordlist and quotes (#4528)

* fix spelling mistakes

* fix spelling mistakes in word list

* remove duplicates

* fix quote lengths

* chore: disable commitlint in commit-msg hook

This should make life easier for new contributors.
PR names still have to follow the convention though.
This check still runs on master on the main repo.

* node 18

---------

Co-authored-by: sapradhan <sapradhan@users.noreply.github.com>
Co-authored-by: Miodec <jack@monkeytype.com>
This commit is contained in:
Bruce Berrios 2023-08-13 06:36:58 -04:00 committed by Miodec
parent 8d128bb54b
commit 2bae227b63

View file

@ -23,7 +23,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "16.13.2"
node-version: "18.17.1"
- name: Install dependencies
run: npm i prettier@2.5.1 --save-dev --save-exact