From e50d708535360e229694c35ce5452a7c124d18ce Mon Sep 17 00:00:00 2001 From: Strek Date: Wed, 27 Apr 2022 16:51:06 +0530 Subject: [PATCH] chore: add node 18 to workflow (#686) --- .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 2258eb1..e9580fd 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, 17.x, 18.x] webpack-version: [latest] runs-on: ${{ matrix.os }}