1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-08-08 15:24:50 +02:00

update to node24

This commit is contained in:
Salman Chishti 2025-07-24 20:07:06 +00:00
parent 640a1c2554
commit 94b8944262
11 changed files with 5531 additions and 9133 deletions

View file

@ -21,10 +21,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 20.x
- name: Setup Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 24.x
cache: npm
- run: npm ci
- name: Prettier Format Check