From 95cbb9816fc4e68c717fd3d7ddf1a0aec3c4b45c 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: