Skip to content

Commit 354424b

Browse files
authored
Merge pull request #727 from MetaCell/feature/CH-118
Update node version
2 parents 414ab71 + 0f81d23 commit 354424b

4 files changed

Lines changed: 2 additions & 7 deletions

File tree

docs/dev.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ This file is part of the CloudHarness runtime.
9393
Other constants are located there as shown in the following code extract.
9494

9595
```python
96-
NODE_BUILD_IMAGE = 'node:8.16.1-alpine'
9796
APPLICATION_TEMPLATE_PATH = 'application-templates'
9897
# ...
9998
APPS_PATH = 'applications'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM node:15.5
1+
FROM node:20
22

33

libraries/cloudharness-utils/cloudharness_utils/constants.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import os
22

3-
NODE_BUILD_IMAGE = 'node:8.16.1-alpine'
4-
5-
6-
73
APPLICATION_TEMPLATE_PATH = 'application-templates'
84
DEFAULT_MERGE_PATH = ".overrides"
95

test/test-e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-slim
1+
FROM node:20
22

33
# Install latest chrome dev package and fonts to support major charsets (Chinese, Japanese, Arabic, Hebrew, Thai and a few others)
44
# Note: this installs the necessary libs to make the bundled version of Chromium that Puppeteer

0 commit comments

Comments
 (0)