ci: remove external action dependencies
Memind CI / Test, build, and release guards (push) Failing after 1m15s

This commit is contained in:
john
2026-07-16 21:29:51 +08:00
parent 5674d53a64
commit 475328830a
+6 -7
View File
@@ -24,13 +24,12 @@ jobs:
steps:
- name: Check out exact commit
uses: actions/checkout@v4
- name: Use Node.js 24
uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
run: |
git init .
git remote add origin https://git.tkmind.cn/tkmind/memind.git
git fetch --depth=1 origin "${{ gitea.sha }}"
git checkout --detach FETCH_HEAD
test "$(git rev-parse HEAD)" = "${{ gitea.sha }}"
- name: Install locked dependencies
run: npm ci