1 parent dbaa6b0 commit 7bc17b5Copy full SHA for 7bc17b5
1 file changed
.github/workflows/ci.yml
@@ -40,9 +40,9 @@ jobs:
40
version: 10.23.0
41
42
- name: Setup Node.js
43
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
44
with:
45
- node-version: 20
+ node-version: 24
46
cache: pnpm
47
48
- name: Install dependencies
@@ -75,9 +75,9 @@ jobs:
75
76
77
78
79
80
81
82
83
- name: Detect E2E-impacting changes
0 commit comments