mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
Use npm ci instead of install
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -8,6 +8,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Modules
|
||||
run: npm install
|
||||
run: npm ci
|
||||
- name: Run Tests
|
||||
run: npm test
|
||||
|
||||
Reference in New Issue
Block a user