mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Switch CI and CD scripts to use npm ci instead of npm install
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user