forked from imbytecat/fullstack-starter
ci(gitea): 升级 mise action 并补充版本输出
This commit is contained in:
@@ -16,12 +16,15 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup mise
|
||||
uses: jdx/mise-action@v2
|
||||
uses: jdx/mise-action@v3
|
||||
with:
|
||||
cache: false
|
||||
|
||||
- name: Show tool versions
|
||||
run: |
|
||||
mise --version
|
||||
mise version
|
||||
bun --version
|
||||
node --version
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user