⬆️ Upgrades NodeJS and TypeScript Versions

This commit is contained in:
Bruce Markham
2023-12-10 18:28:03 -05:00
parent 33029887cb
commit 2984249340
7 changed files with 11091 additions and 8982 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 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.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 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: npm ci
run: |