From bb8010f8b66dd3ae602b78bee570e7d8cae9f8c1 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Fri, 29 Apr 2022 18:11:29 +0200 Subject: [PATCH] Run GHA tests against Node 18 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 235f1b54d..15a2fef85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - node-version: [14.x, v14.18.3, 16.x, '*'] + node-version: [14.x, v14.18.3, 16.x, 18.x, '*'] steps: - uses: actions/checkout@v2