👷‍ Upgrades NodeJS Version for CI/CD

This commit is contained in:
Bruce Markham
2023-12-10 19:20:46 -05:00
parent 2984249340
commit 8b79d96183
2 changed files with 4 additions and 4 deletions

View File

@@ -22,10 +22,10 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x
- name: npm ci
run: |

View File

@@ -23,10 +23,10 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x
- name: npm ci
run: |