mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
gha: bump node version?
This commit is contained in:
parent
96873a3ba0
commit
c2f4d11b94
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -269,9 +269,9 @@ jobs:
|
|||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
- name: Install node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "16"
|
||||
node-version: "24"
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- run: |
|
||||
npm publish --provenance --access public distx/npm/sqlite-vec-darwin-arm64.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue