Merge branch 'main' into neil/nats21025

This commit is contained in:
Devon Hudson 2025-01-24 18:23:56 +00:00 committed by GitHub
commit f4a6f720ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ jobs:
cache: true cache: true
- name: Install Node - name: Install Node
uses: actions/setup-node@v2 uses: actions/setup-node@v4
with: with:
node-version: 14 node-version: 14

View file

@ -254,7 +254,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
repository: matrix-org/matrix-react-sdk repository: matrix-org/matrix-react-sdk
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
cache: 'yarn' cache: 'yarn'
- name: Fetch layered build - name: Fetch layered build
@ -294,7 +294,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
repository: matrix-org/matrix-react-sdk repository: matrix-org/matrix-react-sdk
- uses: actions/setup-node@v3 - uses: actions/setup-node@v4
with: with:
cache: 'yarn' cache: 'yarn'
- name: Fetch layered build - name: Fetch layered build