Skip to content

Commit 0d03e95

Browse files
committed
chore(github): code clean-up
1 parent 621eec8 commit 0d03e95

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
node-version: [ 18.x, 20.x ]
15+
node-version: [ 18.x, 20.x, 22.x ]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -32,8 +32,8 @@ jobs:
3232
CI: true
3333
- name: GitHub Pages
3434
uses: JamesIves/[email protected]
35-
if: matrix.node-version == '18.x' && github.ref == 'refs/heads/main'
35+
if: matrix.node-version == '22.x' && github.ref == 'refs/heads/main'
3636
with:
37-
BRANCH: gh-pages
38-
FOLDER: target/site/serenity
39-
CLEAN: true
37+
branch: gh-pages
38+
folder: target/site/serenity
39+
clean: true

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://serenity-js.org",
3232
"engines": {
33-
"node": "^18.12 || ^20 || ^22.0.0"
33+
"node": "^18.12 || ^20 || ^22"
3434
},
3535
"dependencies": {
3636
"@cucumber/cucumber": "^11.1.0",

0 commit comments

Comments
 (0)