Skip to content

Commit 8b79d96

Browse files
committed
👷‍ Upgrades NodeJS Version for CI/CD
1 parent 2984249 commit 8b79d96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pull_request_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2323
settings-path: ${{ github.workspace }} # location for the settings.xml file
2424

25-
- name: Use Node.js 16.x
25+
- name: Use Node.js 20.x
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: 16.x
28+
node-version: 20.x
2929

3030
- name: npm ci
3131
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2424
settings-path: ${{ github.workspace }} # location for the settings.xml file
2525

26-
- name: Use Node.js 16.x
26+
- name: Use Node.js 20.x
2727
uses: actions/setup-node@v1
2828
with:
29-
node-version: 16.x
29+
node-version: 20.x
3030

3131
- name: npm ci
3232
run: |

0 commit comments

Comments
 (0)