From 2864fa2fe0a76a00d308d974a1a482b6f6f28fe3 Mon Sep 17 00:00:00 2001 From: "boris.petrenko" Date: Mon, 15 Apr 2024 15:27:30 +0200 Subject: [PATCH] ci: use latest instead of next in typecheck job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30a513ee..0f01cf0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - typescript@5.0 - typescript@5.1 - typescript@5.2 - - typescript@next + - typescript@latest steps: - name: Checkout