CEC-1772 Use Node 16 for Github actions (#160)

* CEC-1772 Use Node 16 for Github actions

* Update package-lock.json
This commit is contained in:
John Wu
2022-05-27 11:15:37 -07:00
committed by GitHub
parent b3b792fef4
commit d9cbf9ef23
6 changed files with 17463 additions and 129 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
cache: "npm"
- run: npm install
- run: npm run build --if-present