mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-09 21:32:58 +00:00
- Move native packages to @lancedb org - Move package-lock.json update to a reusable action and created a target to run it manually.
13 lines
224 B
YAML
13 lines
224 B
YAML
name: Update package-lock.json
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
publish:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- uses: ./.github/workflows/update_package_lock
|