Skip to content

Commit 885d808

Browse files
authored
feat: add 1.22 (#12)
* feat: add 1.22 * format
1 parent 40ddf20 commit 885d808

File tree

5 files changed

+25442
-1385
lines changed

5 files changed

+25442
-1385
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: '18'
25+
node-version: '20'
2626

2727
- name: Cache pnpm modules
2828
uses: actions/cache@v2
@@ -34,7 +34,7 @@ jobs:
3434
3535
- uses: pnpm/[email protected]
3636
with:
37-
version: 8
37+
version: 9
3838
run_install: true
3939

4040
- name: Generate api client & docs

.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: '18'
25+
node-version: '20'
2626

2727
- name: Cache pnpm modules
2828
uses: actions/cache@v2
@@ -34,7 +34,7 @@ jobs:
3434
3535
- uses: pnpm/[email protected]
3636
with:
37-
version: 8
37+
version: 9
3838
run_install: true
3939

4040
- name: Generate client
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node.js
6060
uses: actions/setup-node@v2
6161
with:
62-
node-version: '18'
62+
node-version: '20'
6363

6464
- name: Cache pnpm modules
6565
uses: actions/cache@v2
@@ -71,7 +71,7 @@ jobs:
7171
7272
- uses: pnpm/[email protected]
7373
with:
74-
version: 8
74+
version: 9
7575
run_install: true
7676

7777
- name: Generate client
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup Node.js
9595
uses: actions/setup-node@v2
9696
with:
97-
node-version: '18'
97+
node-version: '20'
9898

9999
- name: Cache pnpm modules
100100
uses: actions/cache@v2
@@ -106,7 +106,7 @@ jobs:
106106
107107
- uses: pnpm/[email protected]
108108
with:
109-
version: 8
109+
version: 9
110110
run_install: true
111111

112112
- name: Check format

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ Gitea-js is an api client automatically created from the official [Open api defi
1212

1313
The major and minor version of this library is mapped to the version of the Gitea api. The patch version of this library is incremented for every release and uses the latest patch version of Gitea.
1414

15-
| Gitea-js | Gitea |
16-
| -------- | ---------- |
17-
| 1.21.x | 1.21 (dev) |
18-
| 1.20.x | 1.20 |
19-
| 1.19.x | 1.19 |
20-
| 1.18.x | 1.18 |
21-
| 1.16.x | 1.17 |
22-
| < 1.2.0 | 1.17 |
15+
| Gitea-js | Gitea |
16+
| -------- | ----- |
17+
| 1.22.x | 1.22 |
18+
| 1.21.x | 1.21 |
19+
| 1.20.x | 1.20 |
20+
| 1.19.x | 1.19 |
21+
| 1.18.x | 1.18 |
22+
| 1.16.x | 1.17 |
23+
| < 1.2.0 | 1.17 |
2324

2425
## Examples
2526

0 commit comments

Comments
 (0)