diff --git a/workflow-templates/build-cloud-pro.yaml b/workflow-templates/build-cloud-pro.yaml index 6fbecb4e9..9ae169a60 100644 --- a/workflow-templates/build-cloud-pro.yaml +++ b/workflow-templates/build-cloud-pro.yaml @@ -25,10 +25,10 @@ jobs: with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: Install jq run: | diff --git a/workflow-templates/build-npm-pro.yaml b/workflow-templates/build-npm-pro.yaml index c7e981a93..725b9356f 100644 --- a/workflow-templates/build-npm-pro.yaml +++ b/workflow-templates/build-npm-pro.yaml @@ -30,10 +30,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - _include: checkout-and-merge-pro diff --git a/workflow-templates/build-npm.yaml b/workflow-templates/build-npm.yaml index 4416829e3..c539bf06c 100644 --- a/workflow-templates/build-npm.yaml +++ b/workflow-templates/build-npm.yaml @@ -30,10 +30,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - name: Configure NPM token env: diff --git a/workflow-templates/e2e-pro.yaml b/workflow-templates/e2e-pro.yaml index d8f6737e5..a44019908 100644 --- a/workflow-templates/e2e-pro.yaml +++ b/workflow-templates/e2e-pro.yaml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - uses: actions/checkout@v3 with: diff --git a/workflow-templates/run-tests.yaml b/workflow-templates/run-tests.yaml index 0309fbbcd..1a5f69466 100644 --- a/workflow-templates/run-tests.yaml +++ b/workflow-templates/run-tests.yaml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.x + node-version: 22.x - uses: actions/checkout@v3 with: