Merge remote-tracking branch 'github/main' into esim-leveldb

This commit is contained in:
haad 2022-12-30 13:17:22 +02:00
commit cd9b3bfa02

View File

@ -13,6 +13,6 @@ jobs:
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
run: npm ci --force
- name: Run tests
run: npm test