Skip to content

Commit b121f3b

Browse files
committed
APPSRE-7775 bump nodejs version
1 parent 138cfab commit b121f3b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 18.16.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/nodejs-16
1+
FROM registry.access.redhat.com/ubi8/nodejs-18
22

33
USER root
44

Dockerfile.tester

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/nodejs-16
1+
FROM registry.access.redhat.com/ubi8/nodejs-18
22

33
USER root
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"copy-img": "ncp node_modules/patternfly/dist/img src/img",
4848
"build-css": "sass --style compressed $npm_package_sassIncludes_src $npm_package_sassIncludes_patternfly $npm_package_sassIncludes_patternflyReact $npm_package_sassIncludes_bootstrap $npm_package_sassIncludes_fontAwesome src/",
4949
"watch-css": "yarn build-css && sass --watch --style compressed $npm_package_sassIncludes_src $npm_package_sassIncludes_patternfly $npm_package_sassIncludes_patternflyReact $npm_package_sassIncludes_bootstrap $npm_package_sassIncludes_fontAwesome src/",
50-
"build-js": "react-scripts build",
50+
"build-js": "react-scripts --openssl-legacy-provider build",
5151
"start:dev": "npm-run-all -p watch-css start:local build-fragment",
52-
"start:local": "react-scripts start",
52+
"start:local": "react-scripts --openssl-legacy-provider start",
5353
"build": "yarn copy-fonts && yarn copy-img && yarn build-css && yarn build-js && yarn postbuild",
54-
"test": "yarn lint && react-scripts test --env=jsdom --watchAll=false",
54+
"test": "yarn lint && react-scripts --openssl-legacy-provider test --env=jsdom --watchAll=false",
5555
"eject": "react-scripts eject",
5656
"prettier": "prettier --write --single-quote --trailing-comma=none \"src/**/*.js\"",
5757
"analyze": "source-map-explorer build/static/js/main.*",

0 commit comments

Comments
 (0)