Browse Source

chore(workflows): bump node version to 18.14.0

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
eb2937780e
  1. 4
      .github/workflows/ci-cd.yml
  2. 2
      .github/workflows/playwright-test-workflow.yml
  3. 2
      .github/workflows/release-docker.yml
  4. 4
      .github/workflows/release-npm.yml
  5. 2
      .github/workflows/update-sdk-path.yml

4
.github/workflows/ci-cd.yml

@ -37,7 +37,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18.14.0
- name: Checkout
uses: actions/checkout@v3
with:
@ -79,7 +79,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18.14.0
- name: Checkout
uses: actions/checkout@v3
with:

2
.github/workflows/playwright-test-workflow.yml

@ -35,7 +35,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18.14.0
- name: Checkout
uses: actions/checkout@v3
- name: Cache node modules

2
.github/workflows/release-docker.yml

@ -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' }}

4
.github/workflows/release-npm.yml

@ -46,11 +46,11 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.ref }}
- name: pnpm Setup and Publish with 16.15.0
- name: pnpm Setup and Publish with 18.14.0
# Setup .npmrc file to publish to npm
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18.14.0
registry-url: 'https://registry.npmjs.org'
- run: |
export NODE_OPTIONS="--max_old_space_size=16384"

2
.github/workflows/update-sdk-path.yml

@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18.14.0
- name: Checkout
uses: actions/checkout@v3
with:

Loading…
Cancel
Save