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.
2 parents 15f53e0 + 17a79a9 commit 93d1217Copy full SHA for 93d1217
2 files changed
.github/workflows/e2e-tests.yml
@@ -43,9 +43,9 @@ jobs:
43
ref: ${{ inputs.ref }}
44
45
- name: Setup Node.js
46
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
47
with:
48
- node-version: 20
+ node-version: 24
49
cache: npm
50
51
- name: Install dependencies
@@ -152,9 +152,9 @@ jobs:
152
153
154
155
156
157
158
159
160
.github/workflows/lint-and-test.yml
@@ -18,9 +18,9 @@ jobs:
18
.husky
19
20
21
22
23
24
25
26
0 commit comments