From 967e9f51ff649f776fa034db8aba23a5a1546294 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Thu, 12 Jan 2023 11:11:14 +0900 Subject: [PATCH] chore: add Node18 for CI (#8078) --- .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 e24f106477..1e0ce53864 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