use "packageManager"

This commit is contained in:
ThatOneCalculator 2022-05-29 17:08:57 -07:00
parent 3140a3f9a2
commit 9d1c8b4f00
5 changed files with 4 additions and 789 deletions

View file

@ -1 +1 @@
v18.0.0
v18.2.0

File diff suppressed because one or more lines are too long

View file

@ -11,7 +11,7 @@ You should also include the user name that made the change.
## 12.x.x (unreleased)
### NOTE
- From this version, Node 18.0.0 or later is required.
- From this version, Node 18.2.0 or later is required.
### Improvements
- enhance: ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション @tamaina

View file

@ -1,4 +1,4 @@
FROM node:18.1.0-alpine3.15 AS base
FROM node:18.2.0-alpine3.15 AS base
ARG NODE_ENV=production

View file

@ -6,6 +6,7 @@
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
"packageManager": "yarn@3.2.1",
"private": true,
"scripts": {
"postinstall": "node ./scripts/install-packages.js",