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

@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 24.x
- uses: actions/checkout@v4.1.6
- run: npm ci
- run: npm run build