Skip to content

Commit

Permalink
Merge pull request #112 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 f30baf7 + 5f195f3 commit 6a3f58b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ on:

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

publish:
needs: build
Expand Down

0 comments on commit 6a3f58b

Please sign in to comment.