mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
|
|
||||||
- name: Setup Mise
|
- name: Setup Mise
|
||||||
uses: jdx/mise-action@v3
|
uses: jdx/mise-action@v4
|
||||||
with:
|
with:
|
||||||
install_args: node@latest pnpm@10 hugo-extended@${{ matrix.hugo-version }}
|
install_args: node@latest pnpm@10 hugo-extended@${{ matrix.hugo-version }}
|
||||||
tool_versions: |
|
tool_versions: |
|
||||||
|
|||||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
token: ${{ secrets.PAT || github.token }}
|
token: ${{ secrets.PAT || github.token }}
|
||||||
|
|
||||||
- name: Setup Mise
|
- name: Setup Mise
|
||||||
uses: jdx/mise-action@v3
|
uses: jdx/mise-action@v4
|
||||||
with:
|
with:
|
||||||
install_args: node@latest pnpm@10
|
install_args: node@latest pnpm@10
|
||||||
tool_versions: |
|
tool_versions: |
|
||||||
|
|||||||
Reference in New Issue
Block a user