From 558ae3ca2b2b35f7a389aa37389d322dc3d3630c Mon Sep 17 00:00:00 2001 From: Amaresh S M Date: Sun, 26 Jun 2022 20:07:18 -0700 Subject: [PATCH] chore: add node v18 (#205) Co-authored-by: Nicholas C. Zakas --- .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 984a1575..078632b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: matrix: os: [ubuntu-latest] eslint: [6, 7, 8] - node: [12.22.0, 12, 14, 16] + node: [12.22.0, 14, 16, 18] include: - os: windows-latest eslint: 7