From 9d80db30575c449c7f588d624adb9e1b0411395c Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:25:42 +0100 Subject: [PATCH] tests(deps): update pnpm example node.js to 22 (#1296) --- .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