summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-05-04 19:00:36 +0900
committerGitHub <noreply@github.com>2025-05-04 19:00:36 +0900
commitc23f2ff9001992c54fc472fd4c256b1ff1857a9c (patch)
treef2c64338fb9c608e666bd1e6b0521bf06538491a /.devcontainer/devcontainer.json
parentFix MkPullToRefresh behaviour (#15944) (diff)
downloadmisskey-c23f2ff9001992c54fc472fd4c256b1ff1857a9c.tar.gz
misskey-c23f2ff9001992c54fc472fd4c256b1ff1857a9c.tar.bz2
misskey-c23f2ff9001992c54fc472fd4c256b1ff1857a9c.zip
chore(deps): update node.js to v22.15.0 (#15606)
* chore(deps): update node.js to v22.15.0 * chore: determine Jest args from Node.js version * fix * fix: `import.meta.dirname` is not supported in v20.10.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 25d9cfc1fb..514abdfb20 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
"workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers/features/node:1": {
- "version": "22.11.0"
+ "version": "22.15.0"
},
"ghcr.io/devcontainers-extra/features/pnpm:2": {
"version": "10.10.0"