From 89df916c90a0902d2b131ca77692b214f5f4b25e Mon Sep 17 00:00:00 2001 From: lihbr Date: Wed, 4 Dec 2024 17:32:20 +0100 Subject: [PATCH] ci: update typescript range --- .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 f581731..f393adf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: os: [ubuntu-latest] node: [22] # Add relevant versions from: https://majors.nullvoxpopuli.com/q?minors=on&packages=typescript - typescript: ["4.9", "5.0", "5.1", "5.2", "5.3", "5.4"] + typescript: ["5.2", "5.3", "5.4", "5.5", "5.6"] steps: