1212 type : string
1313 default : ' '
1414
15- env :
16- CI_USER : cryostat+bot
17- CI_REGISTRY : quay.io/cryostat
18- CI_IMG : quay.io/cryostat/cryostat-openshift-console-plugin
19- IMG_NAME : cryostat-openshift-console-plugin
15+ # env:
16+ # CI_USER: cryostat+bot
17+ # CI_REGISTRY: quay.io/cryostat
18+ # CI_IMG: quay.io/cryostat/cryostat-openshift-console-plugin
19+ # IMG_NAME: cryostat-openshift-console-plugin
2020
2121jobs :
22- format-check :
23- runs-on : ubuntu-latest
24- steps :
25- - uses : actions/checkout@v4
26- with :
27- submodules : true
28- fetch-depth : 0
29- - uses : actions/setup-node@v4
30- with :
31- node-version : ' lts/*'
32- cache : ' yarn'
33- - uses : bahmutov/npm-install@v1
34- - run : yarn format
22+ # format-check:
23+ # runs-on: ubuntu-latest
24+ # steps:
25+ # - uses: actions/checkout@v4
26+ # with:
27+ # submodules: true
28+ # fetch-depth: 0
29+ # - uses: actions/setup-node@v4
30+ # with:
31+ # node-version: 'lts/*'
32+ # cache: 'yarn'
33+ # - uses: bahmutov/npm-install@v1
34+ # - run: yarn format
3535
36- lint :
37- runs-on : ubuntu-latest
38- steps :
39- - uses : actions/checkout@v4
40- with :
41- submodules : true
42- fetch-depth : 0
43- - uses : actions/setup-node@v4
44- with :
45- node-version : ' lts/*'
46- cache : ' yarn'
47- - uses : bahmutov/npm-install@v1
48- - run : yarn lint
36+ # lint:
37+ # runs-on: ubuntu-latest
38+ # steps:
39+ # - uses: actions/checkout@v4
40+ # with:
41+ # submodules: true
42+ # fetch-depth: 0
43+ # - uses: actions/setup-node@v4
44+ # with:
45+ # node-version: 'lts/*'
46+ # cache: 'yarn'
47+ # - uses: bahmutov/npm-install@v1
48+ # - run: yarn lint
4949
50- type-check :
50+ build :
5151 runs-on : ubuntu-latest
5252 steps :
5353 - uses : actions/checkout@v4
@@ -56,11 +56,10 @@ jobs:
5656 fetch-depth : 0
5757 - uses : actions/setup-node@v4
5858 with :
59- node-version : ' 20'
59+ node-version : ' 20.18.2 '
6060 cache : ' yarn'
6161 - uses : bahmutov/npm-install@v1
62- - run : yarn type-check:plugin
63- - run : yarn install
62+ - run : yarn install --immutable
6463 - run : yarn build
6564
6665 # test:
0 commit comments