1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

fix ci configs

This commit is contained in:
thatmattlove 2024-03-01 23:26:05 -05:00
parent fc58f57d10
commit 4a45ea0ddc
2 changed files with 7 additions and 2 deletions

View file

@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
node-version: [20.x]
redis-version: [7]
python-version: [3.9, 3.10, 3.11]
redis-version: [latest]
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

View file

@ -10,6 +10,7 @@ jobs:
fail-fast: false
matrix:
node-version: [20.x]
pnpm-version: [8]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
@ -23,6 +24,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v3
with:
version: ${{ matrix.pnpm-version }}
- name: Install Dependencies
working-directory: ${{ env.working-directory }}
run: pnpm install