Skip to content

Commit

Permalink
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 6c985ff commit a87a6ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on:

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

publish:
needs: build
Expand Down

0 comments on commit a87a6ff

Please sign in to comment.