We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4466f77 commit e41581dCopy full SHA for e41581d
.github/workflows/build_and_publish.yml
@@ -14,12 +14,13 @@ jobs:
14
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
18
- uses: pnpm/action-setup@v4
19
- name: Use Node.js LTS
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v5
21
with:
22
node-version: 22.x
23
+ registry-url: "https://registry.npmjs.org"
24
cache: "pnpm"
25
- name: Install packages
26
run: pnpm install
OpenAPI.json
@@ -13,7 +13,7 @@
13
"name": "AGPLv3",
"url": "https://github.com/revoltchat/delta/blob/master/LICENSE"
},
- "version": "0.8.9-1"
+ "version": "0.8.9-2"
"servers": [
{
0 commit comments