chore(workflows): bump node version to 18.14.0

This commit is contained in:
Wing-Kam Wong
2023-08-08 11:51:37 +08:00
parent 59021bf048
commit eb2937780e
5 changed files with 7 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18.14.0
- name: upgrade packages for nightly build or pr build
if: ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}