diff options
| author | Nanashia <nanashia.128@gmail.com> | 2023-10-06 21:05:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-06 21:05:11 +0900 |
| commit | 691fe711ffaa8dc273c0892288cff40685341d04 (patch) | |
| tree | 76b1785d9dff4bbd73b716f46101b5ae4ff4dd58 /.devcontainer | |
| parent | feat: per user featured notes (diff) | |
| download | sharkey-691fe711ffaa8dc273c0892288cff40685341d04.tar.gz sharkey-691fe711ffaa8dc273c0892288cff40685341d04.tar.bz2 sharkey-691fe711ffaa8dc273c0892288cff40685341d04.zip | |
chore: Use pnpm@8.8.0 on DevContainer (#11975)
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 861b0008a0..a78d91900b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,9 @@ "service": "app", "workspaceFolder": "/workspace", "features": { - "ghcr.io/devcontainers-contrib/features/pnpm:2": {}, + "ghcr.io/devcontainers-contrib/features/pnpm:2": { + "version": "8.8.0" + }, "ghcr.io/devcontainers/features/node:1": { "version": "20.5.1" } |