feat: yarn migration (#425)

* feat: yarn migration, added missing deps

* fix: updated ci

* fix: linter missing dependencies

* fix: using node lts version

* fix: use node current version

* fix: netlify deployment

* fix: update scripts

* fix: netlify build configuration

Co-authored-by: Xetera <[email protected]>
This commit is contained in:
Sagnik Pradhan
2021-10-09 19:31:09 +03:00
committed by GitHub
co-authored by Xetera
parent 762558a9f6
commit 2de078558e
24 changed files with 21623 additions and 23882 deletions
+4 -4
View File
@@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: "14.x"
- name: Install dependencies
run: npm ci
run: yarn install
- name: Run "npm run lint"
run: npm run lint
- name: Run "yarn run lint"
run: yarn run lint