Skip to content

Commit 24c247e

Browse files
committed
Change npm ci to npm install
1 parent 21053d0 commit 24c247e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: '22'
15-
- run: npm ci
15+
- run: npm install
1616
- run: npm run typecheck
1717
- run: npm run lint
1818
- run: npm run format:check

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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-
- run: npm ci
17+
- run: npm install
1818
- name: Bump version and push tag
1919
id: tag_version
2020
uses: mathieudutour/github-tag-action@v6.2

0 commit comments

Comments
 (0)