From e94e1363ced29561436d8eb646e92c51699e3961 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sun, 4 Dec 2022 00:20:57 +0900 Subject: [PATCH] add Node18 for CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd826cafca..8080a06767 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - node-version: [8, 10, 12, 14, 16] + node-version: [8, 10, 12, 14, 16, 18] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v3