mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix ci configs
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user