Merge branch 'develop'

This commit is contained in:
Amadou Ada DIENE
2022-04-07 11:24:55 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macOS-latest, ubuntu-latest, windows-latest] os: [macOS-latest, ubuntu-latest, windows-latest]
node-version: [14.x, 15.x, 16.x] node-version: [12.x, 14.x, 16.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@@ -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 : To clone and run this repository, you'll need installed on your computer at least :
- [Git](https://git-scm.com) - [Git](https://git-scm.com)
- [Node 14](https://nodejs.org/en/download/) - [Node 12.20, 14.15 or 16.10](https://nodejs.org/en/download/)
- [Npm 7](https://docs.npmjs.com/about-npm) - [Npm 7+](https://docs.npmjs.com/about-npm)
- [Angular-CLI 12](https://angular.io/cli) - [Angular-CLI 13](https://angular.io/cli)
Then from your command line: Then from your command line: