Switch CI and CD scripts to use npm ci instead of npm install

This commit is contained in:
Keavon Chambers
2021-12-05 18:39:45 -08:00
parent bd1da01b1d
commit 75eb7c4839
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
node-version: '16.x'
- name: 🚧 Install Node dependencies
run: cd frontend && npm install
run: cd frontend && npm ci
- name: 🔼 Update Rust to latest stable
run: rustc --version && rustup update stable && rustc --version