From 04b6026ca7f033fd52e08fa3adea24a8b580aa24 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Fri, 21 Oct 2022 06:21:37 +0530 Subject: [PATCH] ci: add node v19 --- .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 0ebfc67f..98a04711 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x, 18.x] + node-version: [12.x, 14.x, 16.x, 18.x, 19.x] webpack-version: [latest] runs-on: ${{ matrix.os }}