File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- node-version : [ 18.x, 20.x ]
15
+ node-version : [ 18.x, 20.x, 22.x ]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v4
34
34
CI : true
35
35
- name : GitHub Pages
36
36
37
- if : matrix.node-version == '18 .x' && github.ref == 'refs/heads/main'
37
+ if : matrix.node-version == '22 .x' && github.ref == 'refs/heads/main'
38
38
with :
39
- BRANCH : gh-pages
40
- FOLDER : target/site/serenity
41
- CLEAN : true
39
+ branch : gh-pages
40
+ folder : target/site/serenity
41
+ clean : true
42
42
Original file line number Diff line number Diff line change 35
35
},
36
36
"homepage" : " https://serenity-js.org" ,
37
37
"engines" : {
38
- "node" : " ^18.12 || ^20 || ^22.0.0 "
38
+ "node" : " ^18.12 || ^20 || ^22"
39
39
},
40
40
"dependencies" : {
41
41
"@cucumber/cucumber" : " ^11.1.0" ,
You can’t perform that action at this time.
0 commit comments