Skip to content

Commit c2a2325

Browse files
committed
Node 22 for test
1 parent b081bfe commit c2a2325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kafka.performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- name: Setup Node ${{ inputs.node_version }}
15+
- name: Setup Node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: ${{ inputs.node_version }}
18+
node-version: 22.x
1919

2020
- name: Install
2121
run: npm install --ignore-scripts

0 commit comments

Comments
 (0)