1 parent 5fccbd6 commit 559cee6Copy full SHA for 559cee6
1 file changed
.github/workflows/ci.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
16
17
- name: Setup Python
18
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
19
with:
20
python-version: "3.11"
21
@@ -30,9 +30,9 @@ jobs:
30
run: python -m compileall app
31
32
- name: Setup Node
33
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
34
35
- node-version: "20"
+ node-version: "24"
36
cache: npm
37
cache-dependency-path: frontend/package-lock.json
38
0 commit comments