We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b858769 commit 9d80db3Copy full SHA for 9d80db3
.github/workflows/example-basic-pnpm.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Node.js
29
uses: actions/setup-node@v4
30
with:
31
- node-version: 20
+ node-version: 22
32
cache: 'pnpm'
33
cache-dependency-path: examples/basic-pnpm/pnpm-lock.yaml
34
README.md
@@ -1144,7 +1144,7 @@ jobs:
1144
1145
1146
1147
1148
1149
1150
- name: Cypress run
0 commit comments