Skip to content

Commit e6bbe5a

Browse files
authored
node: 22 -> 24 (#145)
1 parent 847b698 commit e6bbe5a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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 }}

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1522
You will need `openapi-generator` in order to generate the OpenAPI files.
1623

1724
On macOS, install with:

0 commit comments

Comments
 (0)