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: