Skip to content

Commit 839c73a

Browse files
authored
Merge pull request #136 from afsar-dev/dev
fix: Update Node.js version to use LTS in CI/CD workflows
2 parents 773d96f + 427af65 commit 839c73a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cicd_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: "20"
23+
node-version: "lts/*"
2424
cache: "yarn"
2525

2626
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Node.js
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: "20"
48+
node-version: "lts/*"
4949
cache: "yarn"
5050

5151
- name: Install dependencies

.github/workflows/cidevops.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nur UI CI/CD Pipeline
1+
name: Nur/ui CI/CD Pipeline
22

33
on:
44
push:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: "20"
23+
node-version: "lts/*"
2424
cache: "yarn"
2525

2626
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Node.js
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: "20"
48+
node-version: "lts/*"
4949
cache: "yarn"
5050

5151
- name: Install dependencies

0 commit comments

Comments
 (0)