Skip to content

Commit d5eaf9b

Browse files
committed
ci: use Node 24 only for CI tests
- Update workflow to test only with Node 24 (current LTS) - Update .nvmrc to v22 for local development testing - All integration tests passing on Node 22.22.0
1 parent 8d865b4 commit d5eaf9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
node: [22, 24]
18+
node: [24]
1919
camunda: ['8.8', '8.9']
2020

2121
steps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24
1+
v22

0 commit comments

Comments
 (0)