1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-27 21:53:25 +00:00

[PM-8229] Bump node to 20.13.1-LTS (#8078)

* Update .nvmrc from v18 to v20

* Update engines setting node 18->20 and npm 9->10

* Use yao-pkg/pkg instead of vercel/pkg

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2024-05-30 13:24:06 +02:00
committed by GitHub
parent f6942dde74
commit 2015f0964f
4 changed files with 207 additions and 214 deletions

View File

@@ -81,6 +81,7 @@
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@webcomponents/custom-elements": "1.6.0",
"@yao-pkg/pkg": "^5.11.5",
"autoprefixer": "10.4.19",
"base64-loader": "1.0.0",
"chromatic": "10.9.6",
@@ -118,7 +119,6 @@
"lint-staged": "15.2.2",
"mini-css-extract-plugin": "2.8.1",
"node-ipc": "9.2.1",
"pkg": "5.8.1",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
"prettier": "3.2.2",
@@ -220,7 +220,7 @@
"*.ts": "eslint --cache --cache-strategy content --fix"
},
"engines": {
"node": "^18.18.0",
"npm": "~9"
"node": "~20",
"npm": "~10"
}
}