Fix typo in CI.yml

This commit is contained in:
Jerome Wu 2023-07-23 16:26:33 +08:00
parent 61853e22e9
commit cbd363b125

View File

@ -88,6 +88,6 @@ jobs:
restore-keys: |
node-modules-
- name: Install dependencies
run: npx install
run: npm install
- name: Run tests
run: npm test