From 9da8fdf9b9ccc9b605d346ea0fcfac53a42d3ea6 Mon Sep 17 00:00:00 2001 From: lihbr Date: Wed, 30 Oct 2024 12:12:28 +0100 Subject: [PATCH] ci: update ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c51775cd..a6e0cd18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16, 18, 20, 22] + node: [18, 20, 22] steps: - name: Set up Node @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [16, 18, 20, 22] + node: [18, 20, 22] steps: - name: Set up Node @@ -80,7 +80,7 @@ jobs: node: [22] # Top 5 from https://majors.nullvoxpopuli.com/q?minors=on&packages=typescript # We cannot test 4.9 because it's error throwing is slightly different from v5. - typescript: ["5.2", "5.3", "5.4", "5.5"] + typescript: ["5.2", "5.3", "5.4", "5.5", "5.6"] steps: - name: Set up Node