Skip to content

Commit 40a725c

Browse files
committedJan 7, 2025·
chore: Only build node 22 kuzzle-runner
1 parent 596f0a4 commit 40a725c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
strategy:
2323
matrix:
24-
node-version: [18, 20, 22]
24+
node-version: [22]
2525
steps:
2626
- uses: actions/checkout@v4
2727

0 commit comments

Comments
 (0)
Please sign in to comment.