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 4553ef3 commit d2fdd73Copy full SHA for d2fdd73
.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
- node-version: '18'
49
50
51
- name: Run Cypress tests
0 commit comments