From 05353558408d9f015c1447a188a75fd914e306f7 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Sat, 27 Jan 2024 19:07:31 +0545 Subject: [PATCH] ci: add node 20 to ci pipeline --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0cfaba..d35c809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x, 18.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: