Use LTS Node in CI
This commit is contained in:
1
.github/workflows/element-call.yaml
vendored
1
.github/workflows/element-call.yaml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
|
||||
with:
|
||||
cache: "yarn"
|
||||
node-version: "lts/*"
|
||||
- name: Install dependencies
|
||||
run: "yarn install"
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user