use "packageManager"
This commit is contained in:
parent
3140a3f9a2
commit
9d1c8b4f00
@ -1 +1 @@
|
||||
v18.0.0
|
||||
v18.2.0
|
||||
|
786
.yarn/releases/yarn-3.2.1.cjs
vendored
786
.yarn/releases/yarn-3.2.1.cjs
vendored
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user