Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f03f99

Browse files
committedFeb 24, 2025·
chore(deps): update node.js to v20.18.3
1 parent 44d60db commit 6f03f99

File tree

4 files changed

+131
-478
lines changed

4 files changed

+131
-478
lines changed
 

‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.13.1
1+
20.18.3

‎automation/run-e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@axe-core/playwright": "^4.10.1",
3636
"@playwright/test": "^1.50.0",
37-
"@types/node": "^20.12.7",
37+
"@types/node": "^20.17.19",
3838
"eslint-plugin-playwright": "^2.2.0",
3939
"playwright-ctrf-json-reporter": "^0.0.18"
4040
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"turbo": "^1.10.14"
2424
},
2525
"engines": {
26-
"node": ">=20",
26+
"node": ">=20.18.3",
2727
"pnpm": ">=9.12.3"
2828
},
2929
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",

‎pnpm-lock.yaml

+128-475
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.