Skip to content

Commit c3bf258

Browse files
committed
fix: update
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 6a2f7d9 commit c3bf258

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-node@v4
3535
with:
3636
node-version: ${{ matrix.node-version }}
37-
- run: npm ci
37+
- run: npm install
3838
- name: Run test
3939
run: npm test --ignore-scripts
4040

@@ -69,6 +69,6 @@ jobs:
6969
with:
7070
node-version: 22 # LTS
7171
- name: Install dependencies
72-
run: npm ci
72+
run: npm install
7373
- name: Verify commit linting
7474
run: npx commitlint --from origin/master --to HEAD --verbose

0 commit comments

Comments
 (0)