Skip to content

build(deps): bump cypress-io/github-action from 7.1.10 to 7.3.0 (#2120) #947

build(deps): bump cypress-io/github-action from 7.1.10 to 7.3.0 (#2120)

build(deps): bump cypress-io/github-action from 7.1.10 to 7.3.0 (#2120) #947

name: Build and publish packages to the registry
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@build_node_package/v1'
with:
node: '[
{"version": "24", "tests": true, "lint": true},
]'
publish:
needs: build
if: |
github.ref == 'refs/heads/main'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@publish_node_package/v1'
with:
package_name: node-red-dashboard
publish_package: true
secrets:
npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}