Drop node 10 test (#498)

This commit is contained in:
mrdrogdrog 2020-08-27 14:34:10 +02:00 committed by GitHub
parent db080e29d3
commit 7adb86846b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['10', '12', '14']
node: ['12', '14']
name: Test with NodeJS ${{ matrix.node }}
steps:
- name: Checkout repository

View file

@ -7,7 +7,7 @@ This is the new, improved and better looking frontend for CodiMD 2.0.
Our goal is to recreate the current frontend in react and to improve it.
## Preparation
You'll need at least Node 10 (we recommend 12). We use [yarn](https://yarnpkg.com/) for our dependencies.
You'll need at least Node 12. We use [yarn](https://yarnpkg.com/) for our dependencies.
## Development mode