File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 22
16+ node-version : 24
1717 - uses : actions/setup-python@v5
1818 with :
1919 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1+ 24
Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ This repository contains the source of https://api.docs.flare.io.
1212
1313## Dependencies
1414
15+ ** Interpreters**
16+
17+ - Python: This repository contains a ` .python-version ` file for pyenv. Use it with ` pyenv local ` .
18+ - Node: This repository contains a ` .nvmrc ` for nvm. Use it with ` nvm use ` .
19+
20+ ** Packages**
21+
1522You will need ` openapi-generator ` in order to generate the OpenAPI files.
1623
1724On macOS, install with:
You can’t perform that action at this time.
0 commit comments