chore(websocket): sync Node version to LTS v22 (#37102)

Signed-off-by: hainenber <dotronghai96@gmail.com>
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
Đỗ Trọng Hải
2026-01-24 03:59:19 +07:00
committed by GitHub
parent 34418d7e0b
commit 39ebf7a7ad
4 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
v20.18.3
v22.22.0

View File

@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM node:16-alpine AS build
FROM node:22-alpine AS build
WORKDIR /home/superset-websocket
@@ -22,7 +22,7 @@ RUN npm ci && \
npm run build
FROM node:16-alpine
FROM node:22-alpine
ENV NODE_ENV=production
WORKDIR /home/superset-websocket

View File

@@ -43,7 +43,7 @@
"typescript-eslint": "^8.53.1"
},
"engines": {
"node": "^20.19.4",
"node": "^22.22.0",
"npm": "^10.8.2"
}
},

View File

@@ -51,7 +51,7 @@
"typescript-eslint": "^8.53.1"
},
"engines": {
"node": "^20.19.4",
"node": "^22.22.0",
"npm": "^10.8.2"
}
}