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 267774c commit e88c8ceCopy full SHA for e88c8ce
.github/workflows/pr_checks.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup node
14
uses: actions/setup-node@v4
15
with:
16
- node-version: '16'
+ node-version: '22'
17
- name: Install
18
run: yarn install
19
- name: Run ESlint
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
- name: Run Cypress tests
0 commit comments