Skip to content

Commit

Permalink
ci: begrudgingly allow Node 20 for Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 19, 2024
1 parent d409799 commit d7ad1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "."
},
"engines": {
"node": "^22",
"node": "^20 || ^22",
"pnpm": "^9"
},
"devDependencies": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"scripts": {
"add-repository-directory": "node ./add-repository-directory.mjs",
"build": "pnpm run nx-build --skip-nx-cache",
"build-vercel": "pnpm run --filter=\"\\!angular\" --recursive build",
"build-vercel": "pnpm run --filter=\"\\!angular\" --filter=\"\\!component-library-design-tokens\" --recursive build",
"nx-build": "nx run-many --target=build --all --parallel",
"clean": "pnpm run --recursive clean",
"docs": "pnpm run --workspace packages/docusaurus start",
Expand Down

0 comments on commit d7ad1f3

Please sign in to comment.