From 54db0b9450b86ae163fa76ccaef63f63f8024938 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 19 Oct 2022 08:52:41 +0200 Subject: [PATCH] chore(ci): run CI on Node 19 (#1270) --- .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