mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Merge pull request #192 from matrix-org/gnuxie/node-14
Bump minimum node version to 14
This commit is contained in:
commit
c61d883578
@ -1,4 +1,4 @@
|
|||||||
FROM node:alpine
|
FROM node:14-alpine
|
||||||
COPY . /tmp/src
|
COPY . /tmp/src
|
||||||
RUN cd /tmp/src \
|
RUN cd /tmp/src \
|
||||||
&& yarn install \
|
&& yarn install \
|
||||||
|
@ -52,7 +52,7 @@ docker run --rm -it -v /etc/mjolnir:/data matrixdotorg/mjolnir:latest
|
|||||||
|
|
||||||
## Build it (alternative installation)
|
## Build it (alternative installation)
|
||||||
|
|
||||||
This bot requires `yarn` and Node 10.
|
This bot requires `yarn` and Node 14.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/matrix-org/mjolnir.git
|
git clone https://github.com/matrix-org/mjolnir.git
|
||||||
|
@ -39,5 +39,8 @@
|
|||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"jsdom": "^16.6.0",
|
"jsdom": "^16.6.0",
|
||||||
"matrix-bot-sdk": "^0.5.19"
|
"matrix-bot-sdk": "^0.5.19"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user