Skip to content

Commit

Permalink
feat: add 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed May 30, 2024
1 parent 40ddf20 commit 0a45777
Show file tree
Hide file tree
Showing 5 changed files with 25,435 additions and 1,378 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'

- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: true

- name: Generate api client & docs
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'

- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: true

- name: Generate client
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'

- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: true

- name: Generate client
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'

- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -106,7 +106,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: true

- name: Check format
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ The major and minor version of this library is mapped to the version of the Gite

| Gitea-js | Gitea |
| -------- | ---------- |
| 1.21.x | 1.21 (dev) |
| 1.22.x | 1.22 |
| 1.21.x | 1.21 |
| 1.20.x | 1.20 |
| 1.19.x | 1.19 |
| 1.18.x | 1.18 |
Expand Down
Loading

0 comments on commit 0a45777

Please sign in to comment.