Skip to content

Commit 264820f

Browse files
committed
chore: Update workflow
1 parent 8511b30 commit 264820f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.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: 'latest'
17-
- run: npm ci
17+
- run: npm install
1818
- run: npm run build
1919
- run: npm test
2020
- name: Upload coverage reports to Codecov

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm install
2424

2525
- name: Run tests
2626
run: npm test

0 commit comments

Comments
 (0)