Fix CI: use npm install instead of npm ci (no lockfile)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexa Amundson
2026-02-20 16:06:27 -06:00
parent 9bf37d4f03
commit 5241077f83

View File

@@ -15,5 +15,5 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '20'
- run: npm ci - run: npm install
- run: npm test - run: npm test