mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user