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:
parent
70e9c59046
commit
a542d9cb58
2 changed files with 2 additions and 2 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue