diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c8838ebc04..fa111915a2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.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: diff --git a/.github/workflows/playwright-test-workflow.yml b/.github/workflows/playwright-test-workflow.yml index 2552818a9e..6bedf471ad 100644 --- a/.github/workflows/playwright-test-workflow.yml +++ b/.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 diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index bafb7cc3cc..f3026061cb 100644 --- a/.github/workflows/release-docker.yml +++ b/.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' }} diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 58428d1dcf..8ebfdac02d 100644 --- a/.github/workflows/release-npm.yml +++ b/.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" diff --git a/.github/workflows/update-sdk-path.yml b/.github/workflows/update-sdk-path.yml index db580e133c..d8f2b28bc1 100644 --- a/.github/workflows/update-sdk-path.yml +++ b/.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: