mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
bump pnpm version in docs
This commit is contained in:
parent
feb5ae8dac
commit
df684eb869
2 changed files with 2 additions and 2 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [20.x]
|
node-version: [20.x]
|
||||||
pnpm-version: [8]
|
pnpm-version: [9]
|
||||||
redis-version: [latest]
|
redis-version: [latest]
|
||||||
python-version: ["3.11", "3.12"]
|
python-version: ["3.11", "3.12"]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ To install hyperglass manually, you'll need to install the following dependencie
|
||||||
|
|
||||||
1. [Python 3.11, or 3.12](https://www.python.org/downloads/) and [`pip`](https://pip.pypa.io/en/stable/installation/)
|
1. [Python 3.11, or 3.12](https://www.python.org/downloads/) and [`pip`](https://pip.pypa.io/en/stable/installation/)
|
||||||
2. [NodeJS 20.14 or later](https://nodejs.org/en/download)
|
2. [NodeJS 20.14 or later](https://nodejs.org/en/download)
|
||||||
3. [PNPM 8 or later](https://pnpm.io/installation)
|
3. [PNPM 9 or later](https://pnpm.io/installation)
|
||||||
4. [Redis 7.2 or later](https://redis.io/download/)
|
4. [Redis 7.2 or later](https://redis.io/download/)
|
||||||
|
|
||||||
<Callout type="warning">Make sure the Redis server is started.</Callout>
|
<Callout type="warning">Make sure the Redis server is started.</Callout>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue