From 46a2b9fef31ca3eea91c8034671dfa804228f68b Mon Sep 17 00:00:00 2001 From: Santosh Subedi Date: Tue, 5 Mar 2024 21:19:55 +0545 Subject: [PATCH] Add support for Node.js version 20 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 297ada1..515e029 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, 18] + node-version: [14, 16, 18, 20] os: [macos-latest, windows-latest] steps: - name: Check out repo @@ -62,7 +62,7 @@ jobs: strategy: matrix: - node-version: [14, 16, 18] + node-version: [14, 16, 18, 20] os: [ubuntu-latest] services: