Skip to content

Commit 076540b

Browse files
jack-arturoclaude
andcommitted
ci: drop npm cache and use npm install — package-lock.json is gitignored
setup-node's cache:npm and npm ci both require a committed lockfile, which this repo intentionally gitignores. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 367c4d6 commit 076540b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 22
17-
cache: npm
18-
- run: npm ci
17+
# package-lock.json is gitignored in this repo, so no npm ci / cache
18+
- run: npm install
1919
- run: npx tsc --noEmit
2020
- run: npm run build

0 commit comments

Comments
 (0)