ci: fix npm smoke runner and bump wrapper to 0.3.32

This commit is contained in:
Hunter Bown
2026-03-12 21:48:58 -05:00
parent 5c82f08c58
commit 3db7f05c60
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "deepseek-tui",
"version": "0.3.31",
"version": "0.3.32",
"deepseekBinaryVersion": "0.3.31",
"description": "Install and run deepseek and deepseek-tui binaries from GitHub release artifacts.",
"author": "Hmbown",