1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[PM-22343] Bump non-cli to Node 22 (#15058)

* Bump non-cli to Node 22

* Fix working-directory

* Lets see what breaks

* Maybe this works
This commit is contained in:
Justin Baur
2025-06-26 18:05:37 -04:00
committed by GitHub
parent 34a338930a
commit 4c2475a515
5 changed files with 7 additions and 3 deletions

1
apps/cli/.nvmrc Normal file
View File

@@ -0,0 +1 @@
v20

View File

@@ -92,5 +92,9 @@
"semver": "7.7.2",
"tldts": "7.0.1",
"zxcvbn": "4.4.2"
},
"engines": {
"node": "~20",
"npm": "~10"
}
}