Skip to content

Commit 6fba170

Browse files
committed
use npm ci
1 parent 6593c16 commit 6fba170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
with:
1212
node-version: 22.11.0
1313
registry-url: https://npm.pkg.github.com/
14+
- run: npm ci
1415
- name: Run Unit Tests
16+
1517
run: npm run test:unit
1618
integration-tests:
1719
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)