Merge branch 'develop'
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user