This commit is contained in:
Peter Evans 2025-12-09 20:23:02 +00:00 committed by GitHub
parent 41c0e4b789
commit 98357b18bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 171 additions and 221 deletions

View file

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20.x
node-version-file: package.json
cache: npm
- run: npm ci
- run: npm run build