From ba38e39750dcf4e2ef10f48a3df6cccbe6c49988 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Thu, 13 Jun 2024 12:52:51 -0400 Subject: [PATCH] simplify github workflows --- .github/workflows/link-checker.yml | 3 ++- .github/workflows/linter.yml | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 53603bc..61a8914 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -18,6 +18,7 @@ jobs: with: node-version-file: package.json check-latest: true + node-version: 22 - uses: pnpm/action-setup@v4 name: Install pnpm with: @@ -39,4 +40,4 @@ jobs: - name: Install Chrome run: pnpx puppeteer browsers install chrome - name: Run checker - run: pnpm check + run: node --run check diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 16eb006..cc8284b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,5 @@ jobs: - uses: actions/checkout@v4 - name: Setup Biome uses: biomejs/setup-biome@v2 - with: - version: "latest" - name: Run Biome run: biome ci .