changed node ver

This commit is contained in:
ClovertaTheTrilobita 2026-03-25 19:00:20 +02:00
parent 711634074a
commit efeffc28a9

View file

@ -36,7 +36,7 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 24
cache: npm cache: npm
- name: Install dependencies - name: Install dependencies