diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 593742d9..349a3704 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -17,13 +17,12 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: "20" + node-version: '20' - name: Install dependencies run: yarn - name: Run TypeScript, ESLint, and Prettier checks - working-directory: ./packages/desktop run: | yarn typecheck yarn lint