From 7a20d6374193e88e4f0ef785a51097e60b893ad5 Mon Sep 17 00:00:00 2001 From: Amaresh S M Date: Mon, 2 May 2022 16:07:46 +0530 Subject: [PATCH] ci: add node v18 to test workflow (#296) --- .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 7a29862..e0925e3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -59,7 +59,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [12.x, 14.x, 16.x, 18.x] webpack-version: [latest] runs-on: ${{ matrix.os }}