From d2516c4ecfd174be735664e701e0ffabdaf04186 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sat, 22 Apr 2023 06:58:57 +0530 Subject: [PATCH] ci: add node v20 (#1029) --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2c4649ec..c17e24ac 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -66,7 +66,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x, 18.x, 19.x] + node-version: [12.x, 14.x, 16.x, 18.x, 20.x] webpack-version: [latest] runs-on: ${{ matrix.os }} @@ -109,7 +109,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, 20.x] runs-on: ${{ matrix.os }}