From 8be1a3e6d1cbba8e70ed08990041f60ae5fcb6e3 Mon Sep 17 00:00:00 2001 From: Yogesh Chaudhary Date: Thu, 26 Mar 2026 10:34:14 +0530 Subject: [PATCH] ci: upgrade Node.js from 18 to 22 across workflows --- .github/workflows/browserstack.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index f714175b..a741fda4 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -19,7 +19,7 @@ concurrency: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} env: - NODE_VERSION: 18 + NODE_VERSION: 22 jobs: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9095a5eb..2b30e060 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,7 +19,7 @@ concurrency: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} env: - NODE_VERSION: 18 + NODE_VERSION: 22 jobs: test-examples: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b6fa771..19f4611d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ concurrency: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} env: - NODE_VERSION: 18 + NODE_VERSION: 22 CACHE_KEY: '${{ github.ref }}-${{ github.run_id }}-${{ github.run_attempt }}' jobs: