Skip to content

Commit 835c12a

Browse files
chore(deps): update nodejs in workflows to 24 (#460)
1 parent c3dad0c commit 835c12a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/argos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [22]
14+
node-version: [24]
1515
steps:
1616
- name: Check out repository code
1717
uses: actions/checkout@v5

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
node-version: [22]
25+
node-version: [24]
2626
permissions:
2727
packages: write
2828
contents: read

.github/workflows/dump-api-data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [22]
21+
node-version: [24]
2222
steps:
2323
- uses: actions/checkout@v5
2424
- uses: pnpm/action-setup@v2
@@ -34,4 +34,4 @@ jobs:
3434
add: './static'
3535
default_author: github_actor
3636
message: '(chore): update contributors'
37-
push: true
37+
push: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [22]
14+
node-version: [24]
1515
steps:
1616
- name: Obtain token
1717
id: obtainToken

.github/workflows/update-homarr-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [22]
17+
node-version: [24]
1818
steps:
1919
- uses: actions/checkout@v5
2020
name: "Checkout app source repository"

0 commit comments

Comments
 (0)