From 63ac94364a45e00888d20d7e9631674ddda06f5f Mon Sep 17 00:00:00 2001 From: Saji Date: Tue, 10 Sep 2024 18:17:50 +0900 Subject: [PATCH] ci: update node versions in ci test (#801) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8263fb30..7fc5f20b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest] steps: