Skip to content

Commit

Permalink
Merge pull request #2506 from kuzzleio/hot-fix/kuzzle-runner
Browse files Browse the repository at this point in the history
Update kuzzle runner workflow to fix typo
  • Loading branch information
rolljee authored Dec 5, 2023
2 parents 5de925e + a83d4a2 commit 45c6e64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/kuzzle-runner.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
publish-runner:
name: Build and push image embedding Node.js
runs-on: ubuntu-22.04
matrix:
node-version: [16, 18, 20]
strategy:
matrix:
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 45c6e64

Please sign in to comment.