Skip to content

Commit d7ad1f3

Browse files
committed
ci: begrudgingly allow Node 20 for Vercel
1 parent d409799 commit d7ad1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"directory": "."
2323
},
2424
"engines": {
25-
"node": "^22",
25+
"node": "^20 || ^22",
2626
"pnpm": "^9"
2727
},
2828
"devDependencies": {
@@ -63,7 +63,7 @@
6363
"scripts": {
6464
"add-repository-directory": "node ./add-repository-directory.mjs",
6565
"build": "pnpm run nx-build --skip-nx-cache",
66-
"build-vercel": "pnpm run --filter=\"\\!angular\" --recursive build",
66+
"build-vercel": "pnpm run --filter=\"\\!angular\" --filter=\"\\!component-library-design-tokens\" --recursive build",
6767
"nx-build": "nx run-many --target=build --all --parallel",
6868
"clean": "pnpm run --recursive clean",
6969
"docs": "pnpm run --workspace packages/docusaurus start",

0 commit comments

Comments
 (0)