File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3939 - name : set up node.js
4040 uses : actions/setup-node@v3
4141 with :
42- node-version : 18
42+ node-version : 22
4343 - name : checkout
4444 uses : actions/checkout@v3
4545 - name : build and test
Original file line number Diff line number Diff line change 7474 - name : set up node.js
7575 uses : actions/setup-node@v3
7676 with :
77- node-version : 18
77+ node-version : 22
7878 - name : checkout
7979 uses : actions/checkout@v3
8080 - name : Test
Original file line number Diff line number Diff line change 11ARG BUILDVERSION
22
3- FROM registry.access.redhat.com/ubi9/nodejs-18 :9.6-1749709214 as web-builder
3+ FROM registry.access.redhat.com/ubi9/nodejs-22 :9.6 as web-builder
44
55WORKDIR /opt/app-root
66
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ const config: Config = {
1010 ] ,
1111 maxWorkers : 1 ,
1212 globals : {
13- "ts-jest" : {
14- "isolatedModules" : true
15- }
1613 } ,
1714 setupFiles : [
1815 "<rootDir>/enzyme.config.ts"
Original file line number Diff line number Diff line change 33
44// t('plugin__netobserv-plugin~Network Traffic')
55// t('plugin__netobserv-plugin~Observe')
6+
7+ export { } ;
Original file line number Diff line number Diff line change 1717 "noImplicitAny" : true ,
1818 "noUnusedLocals" : true ,
1919 "skipLibCheck" : true ,
20- "strictNullChecks" : true
20+ "strictNullChecks" : true ,
21+ "isolatedModules" : true
2122 },
2223 "include" : [
2324 " src"
You can’t perform that action at this time.
0 commit comments