Skip to content

Commit

Permalink
Merge pull request #161 from FlowFuse/ci-build-node-package-0_14_0
Browse files Browse the repository at this point in the history
ci: Bump build_node_package workflow to 0.14.0
  • Loading branch information
hardillb authored Jun 16, 2024
2 parents 6c985ff + a87a6ff commit a931157
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 a931157

Please sign in to comment.