From 2b2d16816920ad77f07f398300641b1f3f7dba27 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 19 Oct 2022 08:49:23 +0200 Subject: [PATCH] chore(ci): run CI on Node 19 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 346cd550f..43a080992 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 19.x] eslint-version: [7, 8] runs-on: ubuntu-latest