Skip to content

Commit e41581d

Browse files
committed
ci: further modernise build workflow
1 parent 4466f77 commit e41581d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v5
1818
- uses: pnpm/action-setup@v4
1919
- name: Use Node.js LTS
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v5
2121
with:
2222
node-version: 22.x
23+
registry-url: "https://registry.npmjs.org"
2324
cache: "pnpm"
2425
- name: Install packages
2526
run: pnpm install

OpenAPI.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "AGPLv3",
1414
"url": "https://github.com/revoltchat/delta/blob/master/LICENSE"
1515
},
16-
"version": "0.8.9-1"
16+
"version": "0.8.9-2"
1717
},
1818
"servers": [
1919
{

0 commit comments

Comments
 (0)