diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-11-13 19:43:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-13 19:43:36 +0900 |
| commit | 4d541015109b0b046595634f81e4e54754d4a288 (patch) | |
| tree | 482c51457531fc044c9c4efb0dd39192cd1e4f3c /.devcontainer/devcontainer.json | |
| parent | Enhance(frontend): ノート詳細画面にロールのバッジを表示 (#1... (diff) | |
| download | sharkey-4d541015109b0b046595634f81e4e54754d4a288.tar.gz sharkey-4d541015109b0b046595634f81e4e54754d4a288.tar.bz2 sharkey-4d541015109b0b046595634f81e4e54754d4a288.zip | |
update node to 22.11.0 (#14869)
* wip
* Update CHANGELOG.md
* Update CHANGELOG.md
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fbf959d449..713c2e5fdd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "workspaceFolder": "/workspace", "features": { "ghcr.io/devcontainers/features/node:1": { - "version": "20.16.0" + "version": "22.11.0" }, "ghcr.io/devcontainers-contrib/features/corepack:1": {} }, |