just lint components
This commit is contained in:
parent
120ac0637f
commit
7a2c5d9040
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
name: Setup Node.JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
cache: 'yarn'
|
||||
|
||||
- id: cache
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- id: lint
|
||||
name: Lint code
|
||||
run: yarn run eslint --fix --ext .ts,.js,.svelte src
|
||||
run: yarn run eslint --fix --ext .ts,.js,.svelte src/components
|
||||
|
||||
release:
|
||||
name: Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue