Pin dependency hash with lockfile & test with lockfile-lint

This commit is contained in:
Faisal Salman
2023-04-13 05:04:16 +07:00
parent c2f17004b8
commit 432a2ee72d
4 changed files with 1818 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ jobs:
node-version: 'lts/*'
- name: Run the test
run: |
npm install
npm ci
npm run build
npx playwright install
npm run test-ci