mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
@@ -1 +1 @@
|
||||
v20.18.3
|
||||
v22.22.0
|
||||
|
||||
@@ -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
|
||||
|
||||
2
superset-websocket/package-lock.json
generated
2
superset-websocket/package-lock.json
generated
@@ -43,7 +43,7 @@
|
||||
"typescript-eslint": "^8.53.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.19.4",
|
||||
"node": "^22.22.0",
|
||||
"npm": "^10.8.2"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"typescript-eslint": "^8.53.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.19.4",
|
||||
"node": "^22.22.0",
|
||||
"npm": "^10.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user