mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Node 20
This commit is contained in:
parent
c501f3d290
commit
07ee4f580f
8
.github/workflows/mjolnir.yml
vendored
8
.github/workflows/mjolnir.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Specifically use node 18 like in the readme.
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
- run: yarn install
|
||||
- run: yarn build
|
||||
- run: yarn lint
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
- name: Specifically use node 18 like in the readme.
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
- run: yarn install
|
||||
- run: yarn test
|
||||
integration:
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
- name: Fetch and build mx-tester (cached across runs)
|
||||
uses: baptiste0928/cargo-install@v1
|
||||
with:
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
- name: Fetch and build mx-tester (cached across runs)
|
||||
uses: baptiste0928/cargo-install@v1
|
||||
with:
|
||||
|
@ -1,5 +1,5 @@
|
||||
# We can't use alpine anymore because crypto has rust deps.
|
||||
FROM node:18-slim
|
||||
FROM node:20-slim
|
||||
COPY . /tmp/src
|
||||
RUN cd /tmp/src \
|
||||
&& yarn install \
|
||||
|
Loading…
Reference in New Issue
Block a user