From 2851e4c4525cb4938218b5419234b76490d1e40b Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:32:06 +0100 Subject: [PATCH] tests(deps): update pnpm example node.js to 22 --- .github/workflows/example-basic-pnpm.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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