mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Drop node 10 test (#498)
This commit is contained in:
parent
db080e29d3
commit
7adb86846b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue