From 87a43b0b37018dec65703d8286f8e33f77d2e698 Mon Sep 17 00:00:00 2001 From: Amadou Ada DIENE Date: Thu, 7 Apr 2022 11:08:17 +0200 Subject: [PATCH 1/2] chore(ci): update ci node matrix version --- .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 c949a46..3f1d8aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - node-version: [14.x, 15.x, 16.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 From eed389b59b4236a684656cbd29a81cab7c8289ae Mon Sep 17 00:00:00 2001 From: Amadou Ada DIENE Date: Thu, 7 Apr 2022 11:22:07 +0200 Subject: [PATCH 2/2] docs(readme): update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a56e179..740ff1a 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ Depending on your need, putting up [Electron](https://www.electronjs.org/) and [ To clone and run this repository, you'll need installed on your computer at least : - [Git](https://git-scm.com) -- [Node 14](https://nodejs.org/en/download/) -- [Npm 7](https://docs.npmjs.com/about-npm) -- [Angular-CLI 12](https://angular.io/cli) +- [Node 12.20, 14.15 or 16.10](https://nodejs.org/en/download/) +- [Npm 7+](https://docs.npmjs.com/about-npm) +- [Angular-CLI 13](https://angular.io/cli) Then from your command line: