Skip to content

Commit a46f572

Browse files
committed
chore(deps): dropped support for Node 16, which has reached its EOL
1 parent 626b899 commit a46f572

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '18.x'
18+
node-version: '22.x'
1919
- uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
@@ -46,6 +46,6 @@ jobs:
4646
if: github.ref == 'refs/heads/main'
4747
uses: JamesIves/github-pages-deploy-action@v4.6.9
4848
with:
49-
BRANCH: gh-pages
50-
FOLDER: target/site
51-
CLEAN: true
49+
branch: gh-pages
50+
folder: target/site
51+
clean: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"url": "https://github.com/serenity-js/serenity-js-playwright-ct-react-template/issues"
5858
},
5959
"engines": {
60-
"node": "^16.13 || ^18.12 || ^20 || ^22.0.0"
60+
"node": "^18.12 || ^20 || ^22"
6161
},
6262
"peerDependencies": {
6363
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",

0 commit comments

Comments
 (0)