From ba455fb5a385e2b9a8856d4cc9c1c57b7130bb94 Mon Sep 17 00:00:00 2001 From: mmktomato Date: Mon, 1 Jul 2024 14:34:56 +0900 Subject: [PATCH] Omit node.js 14 and 16 tests in favor of 20 and 22 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4ff7405..e40e148 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3