Skip to content

Commit 23fb98c

Browse files
Skipping node 24.x and Mix in the frontend CI because they're incompatible
1 parent 69c2ff6 commit 23fb98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CI: true
1414
strategy:
1515
matrix:
16-
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
16+
node-version: [16.x, 18.x, 20.x, 22.x]
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
name: Mix ${{ matrix.os }} + node ${{ matrix.node-version }}
1919
steps:

0 commit comments

Comments
 (0)