ci: remove external action dependencies
Memind CI / Test, build, and release guards (push) Failing after 1m15s
Memind CI / Test, build, and release guards (push) Failing after 1m15s
This commit is contained in:
@@ -24,13 +24,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out exact commit
|
- name: Check out exact commit
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git init .
|
||||||
- name: Use Node.js 24
|
git remote add origin https://git.tkmind.cn/tkmind/memind.git
|
||||||
uses: actions/setup-node@v4
|
git fetch --depth=1 origin "${{ gitea.sha }}"
|
||||||
with:
|
git checkout --detach FETCH_HEAD
|
||||||
node-version: 24
|
test "$(git rev-parse HEAD)" = "${{ gitea.sha }}"
|
||||||
cache: npm
|
|
||||||
|
|
||||||
- name: Install locked dependencies
|
- name: Install locked dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user