Skip to content

Commit

Permalink
Update kuzzle runner workflow to fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 5, 2023
1 parent 5de925e commit a83d4a2
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 a83d4a2

Please sign in to comment.