diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 90b50806..83afed95 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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