mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-15 12:11:24 -06:00
Compare commits
1 Commits
renovate/m
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50eadf89ae |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 22.21.1
|
||||
node-version: 24.12.0
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install frontend dependencies
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
run: cargo tauri build --target ${{ matrix.target }}
|
||||
|
||||
- name: Upload binary artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: ${{ matrix.artifact_name }}
|
||||
path: |
|
||||
|
||||
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 22.21.1
|
||||
node-version: 24.12.0
|
||||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 22.21.1
|
||||
node-version: 24.12.0
|
||||
cache: pnpm
|
||||
|
||||
- name: Install Rust toolchain
|
||||
|
||||
2
.github/workflows/security-audit.yml
vendored
2
.github/workflows/security-audit.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "22.21.1"
|
||||
node-version: "24.12.0"
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user