fix(deps): update minimum node.js version to 22.22.0
This commit is contained in:
parent
153ebd4392
commit
f9ff57eae3
|
|
@ -5,7 +5,7 @@
|
||||||
"workspaceFolder": "/workspace",
|
"workspaceFolder": "/workspace",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/node:1": {
|
"ghcr.io/devcontainers/features/node:1": {
|
||||||
"version": "22.15.0"
|
"version": "22.22.0"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers-extra/features/pnpm:2": {
|
"ghcr.io/devcontainers-extra/features/pnpm:2": {
|
||||||
"version": "10.10.0"
|
"version": "10.10.0"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
22.15.0
|
22.22.0
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
22.15.0
|
22.22.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax = docker/dockerfile:1.20
|
# syntax = docker/dockerfile:1.20
|
||||||
|
|
||||||
ARG NODE_VERSION=22.21.1-bookworm
|
ARG NODE_VERSION=22.22.0-bookworm
|
||||||
|
|
||||||
# build assets & compile TypeScript
|
# build assets & compile TypeScript
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^22.15.0 || ^24.10.0"
|
"node": "^22.22.0 || ^24.13.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "pnpm compile-config && node ./built/boot/entry.js",
|
"start": "pnpm compile-config && node ./built/boot/entry.js",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue