From 9fe22e84dd21b3c61416bfa4aabee1f69d9f3956 Mon Sep 17 00:00:00 2001 From: lihbr Date: Tue, 3 Dec 2024 13:00:03 +0100 Subject: [PATCH] ci: update ci --- .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 9a99870..b9658ff 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] + node: [18, 20, 22] steps: - name: Set up Node