Upgrade matrix-apservice-bridge base stack to node24. (#1052)

https://github.com/the-draupnir-project/planning/issues/104

I don't know what the fuck they are doing with the typings in the
vector bot-sdk repository but whatever.

https://github.com/the-draupnir-project/Draupnir/issues/1053
This commit is contained in:
Gnuxie
2026-03-20 15:54:21 +00:00
committed by GitHub
parent 1fa5a1ed97
commit 82fe093ef3
19 changed files with 233 additions and 195 deletions
+6 -6
View File
@@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Specifically use node 20 like in the readme.
- name: Specifically use node 24 like in the readme.
uses: actions/setup-node@v6
with:
node-version: "20"
node-version: "24"
- run: corepack enable
- run: corepack npm install
- run: corepack npm run build:all
@@ -34,10 +34,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Specifically use node 20 like in the readme.
- name: Specifically use node 24 like in the readme.
uses: actions/setup-node@v6
with:
node-version: "20"
node-version: "24"
- run: corepack npm install
- run: corepack npm run build:all
- run: corepack npm run test
@@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "20"
node-version: "24"
- name: Fetch and build mx-tester (cached across runs)
uses: baptiste0928/cargo-install@v3
with:
@@ -71,7 +71,7 @@ jobs:
- uses: actions/setup-node@v6
- uses: actions/checkout@v6
with:
node-version: "20"
node-version: "24"
- name: Fetch and build mx-tester (cached across runs)
uses: baptiste0928/cargo-install@v3
with: