From c2e11f998fb00ec9496991f65430e3de40168e67 Mon Sep 17 00:00:00 2001 From: Shuhei Hayashibara Date: Sun, 22 Dec 2024 15:53:01 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20add=20test=20setup=20for?= =?UTF-8?q?=20node=2022.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index dce7e3fa..7f00bdc4 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4