1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 14:35:26 +02:00

up nodejs version

This commit is contained in:
Nikita Melnikov 2022-03-05 15:41:37 +04:00
parent ac015ef0bb
commit c77fb1a3cc
4 changed files with 1874 additions and 837 deletions

2
.nvmrc
View file

@ -1 +1 @@
9.11.1
16.14.0

View file

@ -1,4 +1,4 @@
FROM node:12.14.1-alpine3.11
FROM node:16.14.0-alpine3.15
WORKDIR /usr/src/app
RUN apk add --no-cache git gcc g++ python make musl-dev

View file

@ -9,7 +9,6 @@
"> 1%"
],
"scripts": {
"start": "cross-env NODE_ENV=production nodemon --config nodemon.json ./dist/bin/server.js",
"start:ts": "cross-env NODE_ENV=production nodemon --config nodemon.json ./src/bin/server.ts",
"start:dev": "cross-env NODE_ENV=development nodemon --config nodemon.json ./src/bin/server.ts",
"test": "cross-env NODE_ENV=testing mocha --recursive ./dist/test --exit",

2706
yarn.lock

File diff suppressed because it is too large Load diff