diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index 3395ec18c..d038892f2 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [20.x, 22.x] steps: - uses: actions/setup-node@v4 with: