From f69dd0f493c09aa0520d71a7066b9f18a91d26cf Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 19 Apr 2023 06:42:23 +0530 Subject: [PATCH] ci: add Node.js v20 --- .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 f22c2a1747c..07b5c3bc21c 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: [14.x, 16.x, 18.x, 19.x] + node-version: [14.x, 16.x, 18.x, 20.x] shard: ["1/4", "2/4", "3/4", "4/4"] webpack-version: [latest] dev-server-version: [latest]