Skip to content

Commit 0e61229

Browse files
chore(deps): update node.js (#122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 173d726 commit 0e61229

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: "22.20.0"
25+
node-version: "22.21.0"
2626
cache: "pnpm"
2727

2828
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://github.com/sand4rt/playwright-ct-angular#readme",
1212
"engines": {
13-
"node": ">=22.20.0",
13+
"node": ">=22.21.0",
1414
"pnpm": ">=10.18.3"
1515
},
1616
"scripts": {

playwright-ct-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/sand4rt/playwright-ct-angular/issues"
1515
},
1616
"engines": {
17-
"node": ">=22.20.0"
17+
"node": ">=22.21.0"
1818
},
1919
"author": {
2020
"name": "sand4rt"

0 commit comments

Comments
 (0)