We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2f7d9 commit c3bf258Copy full SHA for c3bf258
1 file changed
.github/workflows/continuous-integration.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/setup-node@v4
35
with:
36
node-version: ${{ matrix.node-version }}
37
- - run: npm ci
+ - run: npm install
38
- name: Run test
39
run: npm test --ignore-scripts
40
@@ -69,6 +69,6 @@ jobs:
69
70
node-version: 22 # LTS
71
- name: Install dependencies
72
- run: npm ci
+ run: npm install
73
- name: Verify commit linting
74
run: npx commitlint --from origin/master --to HEAD --verbose
0 commit comments