chore: bump node version in monorepo and add new flag for node 23.6+ (#12328)

This PR does two things:
- Adds a new ` --no-experimental-strip-types` flag to the playwright
test env
- This is needed since 23.6.0 automatically enables this flag by default
and it breaks e2e tests
- Bumps the tooling config files to use node 23.11.0
This commit is contained in:
Paul
2025-05-12 06:41:18 -07:00
committed by GitHub
parent edeb381fb4
commit 021932cc8b
10 changed files with 9 additions and 10 deletions

View File

@@ -1 +1 @@
v22.6.0
v23.11.0