mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-08-24 11:29:43 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user