From 7adb86846b4efd124e7316063dfc5835861a73ad Mon Sep 17 00:00:00 2001 From: mrdrogdrog Date: Thu, 27 Aug 2020 14:34:10 +0200 Subject: [PATCH] Drop node 10 test (#498) --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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