diff --git a/.github/workflows/example-basic-pnpm.yml b/.github/workflows/example-basic-pnpm.yml index 19e1918de..eabc7eab5 100644 --- a/.github/workflows/example-basic-pnpm.yml +++ b/.github/workflows/example-basic-pnpm.yml @@ -28,7 +28,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'pnpm' cache-dependency-path: examples/basic-pnpm/pnpm-lock.yaml diff --git a/README.md b/README.md index 3f07c5535..3b09db175 100644 --- a/README.md +++ b/README.md @@ -1144,7 +1144,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'pnpm' cache-dependency-path: examples/basic-pnpm/pnpm-lock.yaml - name: Cypress run