We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6e31b commit f356710Copy full SHA for f356710
.github/workflows/pr_checks.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Setup node
46
uses: actions/setup-node@v4
47
with:
48
- node-version: '16'
+ node-version: '18'
49
- name: Install
50
run: yarn install
51
- name: Run Cypress tests
0 commit comments