diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7886efd..8d93820 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..a45fd52 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +24 diff --git a/README.md b/README.md index dbd2a18..c86e3b3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ This repository contains the source of https://api.docs.flare.io. ## Dependencies +**Interpreters** + +- Python: This repository contains a `.python-version` file for pyenv. Use it with `pyenv local`. +- Node: This repository contains a `.nvmrc` for nvm. Use it with `nvm use`. + +**Packages** + You will need `openapi-generator` in order to generate the OpenAPI files. On macOS, install with: