Skip to content

Commit 9d80db3

Browse files
authored
tests(deps): update pnpm example node.js to 22 (#1296)
1 parent b858769 commit 9d80db3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/example-basic-pnpm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 20
31+
node-version: 22
3232
cache: 'pnpm'
3333
cache-dependency-path: examples/basic-pnpm/pnpm-lock.yaml
3434

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ jobs:
11441144
- name: Install Node.js
11451145
uses: actions/setup-node@v4
11461146
with:
1147-
node-version: 20
1147+
node-version: 22
11481148
cache: 'pnpm'
11491149
cache-dependency-path: examples/basic-pnpm/pnpm-lock.yaml
11501150
- name: Cypress run

0 commit comments

Comments
 (0)