From 787e6c08164462e0b19d37ef2b79f99da4b47b86 Mon Sep 17 00:00:00 2001 From: Tom Mrazauskas Date: Tue, 20 Feb 2024 08:03:59 +0200 Subject: [PATCH] chore: change type test target --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index dfe0bf2..b4a4cd3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -33,7 +33,7 @@ jobs: with: node-version: lts/* - run: npm install - - run: npm run test:types -- --target 4.8,5.0,latest + - run: npm run test:types -- --target 5.0,latest test-node: if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))