Skip to content

Commit 84160a7

Browse files
committed
chore: updated to node 24 runner
1 parent 8588d99 commit 84160a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
node: [20, 22, 23]
27+
node: [20, 22, 24]
2828
steps:
2929
-
3030
name: Checkout repository
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
node: [20, 22, 23]
87+
node: [20, 22, 24]
8888
steps:
8989
-
9090
name: Checkout repository

.github/workflows/frontend-admin-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
node: [20, 22, 23]
20+
node: [20, 22, 24]
2121

2222
steps:
2323
-

.github/workflows/upgrade-from-latest-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
node: [20, 22, 23]
27+
node: [20, 22, 24]
2828
steps:
2929
-
3030
name: Check out latest release

0 commit comments

Comments
 (0)