From 048d079f941bd4e8aa896154e20a726c597a8f8f Mon Sep 17 00:00:00 2001 From: lihbr Date: Tue, 3 Dec 2024 13:15:50 +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 b9658ff..a9b5840 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [16, 18, 20] + node: [18, 20, 22] steps: - name: Set up Node @@ -77,7 +77,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [16] + node: [18] typescript: ["4.9", "5.0", "5.1", "5.2", "5.3", "5.4"] steps: @@ -110,7 +110,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: [16] + node: [18] steps: - name: Set up Node