diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0c561c3c..79990cf6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index e7da7aa7b..6313ed2b0 100644 --- a/README.md +++ b/README.md @@ -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