Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: pnpm/action-setup@f2b2b233b538f500472c7274c7012f57857d8ce0
with:
with_install: false
- uses: actions/setup-node@d7a11313b581b306c961b506cfc8971208bb03f6
with:
node-version: 24
- uses: pnpm/action-setup@f2b2b233b538f500472c7274c7012f57857d8ce0
with:
version: 9
- run: pnpm i --frozen-lockfile
- run: pnpm check-format
- run: pnpm release-build
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"license": "MIT",
"description": "Web Codegen Scorer is a tool for evaluating the quality of web code generated by Large Language Models (LLMs).",
"type": "module",
"packageManager": "[email protected]",
"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.16.1"
},
"bugs": {
"url": "https://github.com/angular/web-codegen-scorer/issues"
},
Expand Down
4 changes: 4 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
packages:
- .
- report-app

# The minimum age of a release to be considered for dependency installation.
# The value is in minutes (1440 minutes = 1 day).
minimumReleaseAge: 1440
Loading