Skip to content

Commit cc484b6

Browse files
Update Node Version
Move to the latest LTS
1 parent 335d45b commit cc484b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up the Node.JS Runtime
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222

2323
- name: Clean Install Dependencies
2424
run: npm ci

.github/workflows/NPM-Publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.JS Runtime
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222

2323
- name: Install All Dependencies
2424
run: npm ci
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Node.JS Runtime
4747
uses: actions/setup-node@v4
4848
with:
49-
node-version: 18
49+
node-version: 20
5050
registry-url: https://registry.npmjs.org/
5151
scope: moot
5252

.github/workflows/Unit-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up the Node.JS Runtime
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222

2323
- name: Clean Install Dependencies
2424
run: npm ci

0 commit comments

Comments
 (0)