diff options
| author | HAL9000COM <41276139+HAL9000COM@users.noreply.github.com> | 2023-08-09 08:52:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 09:52:01 +0900 |
| commit | 41ba242c9c3f9cdc1957db0b3cd3c3dd157c9fa0 (patch) | |
| tree | 648250526d590706c11ec6076a685facb64de1e9 | |
| parent | fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時... (diff) | |
| download | sharkey-41ba242c9c3f9cdc1957db0b3cd3c3dd157c9fa0.tar.gz sharkey-41ba242c9c3f9cdc1957db0b3cd3c3dd157c9fa0.tar.bz2 sharkey-41ba242c9c3f9cdc1957db0b3cd3c3dd157c9fa0.zip | |
Update node to 20.5.0 (#11463)
| -rw-r--r-- | .node-version | 2 | ||||
| -rw-r--r-- | Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.node-version b/.node-version index dd0fe95cce..6a148f2818 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.3.1 +20.5.0 diff --git a/Dockerfile b/Dockerfile index 5431c28aad..ce9d740ab6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.4 -ARG NODE_VERSION=20.3.1-bullseye +ARG NODE_VERSION=20.5.0-bullseye # build assets & compile TypeScript |