This commit is contained in:
Robin 2024-06-27 15:50:52 +01:00 committed by GitHub
commit fe49e20e21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 0 deletions

View file

@ -36,6 +36,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
# Workaround for yarn install timeouts, especially on Windows

View file

@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
- name: Install Dependencies

View file

@ -44,6 +44,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
cache-dependency-path: element-web/yarn.lock

View file

@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
- name: Install Dependencies
@ -42,6 +43,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
# Does not need branch matching as only analyses this layer
@ -59,6 +61,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
# Needs branch matching as it inherits .stylelintrc.js from matrix-react-sdk
@ -76,6 +79,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
# Does not need branch matching as only analyses this layer
@ -93,6 +97,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
- name: Install Deps

View file

@ -22,6 +22,7 @@ jobs:
- name: Yarn cache
uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
- name: Install Dependencies

View file

@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/* # Latest LTS
cache: "yarn"
- name: Install Deps