1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-08-12 00:34:51 +02:00

update other parts to node 24

This commit is contained in:
Salman Chishti 2025-07-24 12:09:01 +00:00
parent 82309ba413
commit 6514bdfadd
4 changed files with 12 additions and 12 deletions

View file

@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v4.1.6
- name: Set Node.js 20.x
- name: Set Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 24.x
- name: Install dependencies
run: npm ci