fix(deps): update minimum node.js version to 22.22.0

This commit is contained in:
kakkokari-gtyih 2026-01-14 12:58:31 +09:00
parent 153ebd4392
commit f9ff57eae3
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "22.15.0"
"version": "22.22.0"
},
"ghcr.io/devcontainers-extra/features/pnpm:2": {
"version": "10.10.0"

View File

@ -1 +1 @@
22.15.0
22.22.0

View File

@ -1 +1 @@
22.15.0
22.22.0

View File

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.20
ARG NODE_VERSION=22.21.1-bookworm
ARG NODE_VERSION=22.22.0-bookworm
# build assets & compile TypeScript

View File

@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "^22.15.0 || ^24.10.0"
"node": "^22.22.0 || ^24.13.0"
},
"scripts": {
"start": "pnpm compile-config && node ./built/boot/entry.js",