summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release_beta_to_dev.yaml2
-rw-r--r--.github/workflows/release_dev_to_master.yaml2
-rw-r--r--.github/workflows/test_bazarr_execution.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0c36d3afb..51db01ef3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
- node-version: "16"
+ node-version: "lts/*"
- name: Install dependencies
run: npm install
diff --git a/.github/workflows/release_beta_to_dev.yaml b/.github/workflows/release_beta_to_dev.yaml
index 2a415f3da..ff26ac0f4 100644
--- a/.github/workflows/release_beta_to_dev.yaml
+++ b/.github/workflows/release_beta_to_dev.yaml
@@ -38,7 +38,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
- node-version: "15.x"
+ node-version: "lts/*"
- name: Install Global Tools
run: npm install -g release-it auto-changelog
diff --git a/.github/workflows/release_dev_to_master.yaml b/.github/workflows/release_dev_to_master.yaml
index 298bdbebf..f43e9a15a 100644
--- a/.github/workflows/release_dev_to_master.yaml
+++ b/.github/workflows/release_dev_to_master.yaml
@@ -40,7 +40,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
- node-version: "15.x"
+ node-version: "lts/*"
- name: Install Global Tools
run: npm install -g release-it auto-changelog
diff --git a/.github/workflows/test_bazarr_execution.yml b/.github/workflows/test_bazarr_execution.yml
index a5291c327..e12512f6f 100644
--- a/.github/workflows/test_bazarr_execution.yml
+++ b/.github/workflows/test_bazarr_execution.yml
@@ -24,7 +24,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
- node-version: "15.x"
+ node-version: "lts/*"
- name: Install UI Dependencies
run: npm install