From 7a2c5d90407349cf46a073b56b541b724f8c5cd7 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Thu, 4 Jan 2024 17:52:37 +0000 Subject: [PATCH] just lint components --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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