🐛 Fix release dependency version
This commit is contained in:
2
.github/workflows/single-app.yaml
vendored
2
.github/workflows/single-app.yaml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
- name: Setup Node.js Environment
|
||||
uses: ./.github/actions/setup-env
|
||||
with:
|
||||
mode: node-only
|
||||
mode: ${{ matrix.build == 'linux' && 'full' || 'node-only' }}
|
||||
|
||||
- name: Rust cache restore
|
||||
uses: actions/cache/restore@v4.2.0
|
||||
|
||||
Reference in New Issue
Block a user