Skip to content

Commit

Permalink
chore(github): code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Nov 19, 2024
1 parent 621eec8 commit 0d03e95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x, 20.x ]
node-version: [ 18.x, 20.x, 22.x ]

steps:
- uses: actions/checkout@v4
Expand All @@ -32,8 +32,8 @@ jobs:
CI: true
- name: GitHub Pages
uses: JamesIves/[email protected]
if: matrix.node-version == '18.x' && github.ref == 'refs/heads/main'
if: matrix.node-version == '22.x' && github.ref == 'refs/heads/main'
with:
BRANCH: gh-pages
FOLDER: target/site/serenity
CLEAN: true
branch: gh-pages
folder: target/site/serenity
clean: true
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://serenity-js.org",
"engines": {
"node": "^18.12 || ^20 || ^22.0.0"
"node": "^18.12 || ^20 || ^22"
},
"dependencies": {
"@cucumber/cucumber": "^11.1.0",
Expand Down

0 comments on commit 0d03e95

Please sign in to comment.