1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-07-17 16:38:59 +00:00

chore: Build using node 24

This commit is contained in:
Bastien Wirtz 2026-04-05 15:14:54 +02:00
parent 70e9c59046
commit a542d9cb58
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
name: Node.js setup
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: 'pnpm'
-
name: install dependencies

View file

@ -21,7 +21,7 @@ jobs:
name: Node.js setup
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: 'pnpm'
-
name: Build project