Skip to content

Commit 145733f

Browse files
committed
added node 26
1 parent a27783d commit 145733f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [24.x]
11+
node-version: [24.x, 26.x]
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [24.x]
11+
node-version: [24.x, 26.x]
1212

1313
services:
1414
postgres:

0 commit comments

Comments
 (0)