forked from mirrors/thatmattlove-hyperglass
fix ci configs
This commit is contained in:
parent
fc58f57d10
commit
4a45ea0ddc
2 changed files with 7 additions and 2 deletions
4
.github/workflows/backend.yml
vendored
4
.github/workflows/backend.yml
vendored
|
|
@ -10,8 +10,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [20.x]
|
node-version: [20.x]
|
||||||
redis-version: [7]
|
redis-version: [latest]
|
||||||
python-version: [3.9, 3.10, 3.11]
|
python-version: ["3.9", "3.10", "3.11"]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
|
||||||
5
.github/workflows/frontend.yml
vendored
5
.github/workflows/frontend.yml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [20.x]
|
node-version: [20.x]
|
||||||
|
pnpm-version: [8]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
|
|
@ -23,6 +24,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
|
- uses: pnpm/action-setup@v3
|
||||||
|
with:
|
||||||
|
version: ${{ matrix.pnpm-version }}
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
working-directory: ${{ env.working-directory }}
|
working-directory: ${{ env.working-directory }}
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue