From 1e8487cf3790388dbbaf40b1143111160ca3b426 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:18:48 +0900 Subject: [PATCH] test: Add Node.js v18 to test matrix --- .github/workflows/nodejs-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs-ci.yml b/.github/workflows/nodejs-ci.yml index 5568813..afdde7b 100644 --- a/.github/workflows/nodejs-ci.yml +++ b/.github/workflows/nodejs-ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ["lts/*", "20", "16"] + node-version: ["lts/*", "20", "18", "16"] os: ["ubuntu-latest"] uses: ./.github/workflows/nodejs-test-reusable.yml with: