Skip to content

Commit

Permalink
ci: Bump build_node_package workflow to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jun 16, 2024
1 parent c54b26d commit af3e180
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.13.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.14.0'
with:
run_tests: true
node: '[
{"version": "18", "tests": true, "lint": true},
]'

publish:
needs: build
Expand Down

0 comments on commit af3e180

Please sign in to comment.