Skip to content

Commit 2688b48

Browse files
updated workflow
1 parent bb1a301 commit 2688b48

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
@@ -23,7 +23,7 @@ jobs:
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install dependencies
26-
run: npm ci
26+
run: npm install
2727

2828
- name: Run tests
2929
run: npm test

.github/workflows/release.yml

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

2424
- name: Install dependencies
25-
run: npm ci
25+
run: npm install
2626

2727
- name: Run tests
2828
run: npm test

0 commit comments

Comments
 (0)