File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- uses : ' flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.37 .0'
13
+ uses : ' flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.39 .0'
14
14
with :
15
15
node : ' [
16
16
{"version": "18", "tests": false, "lint": true},
21
21
( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
22
22
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
23
23
needs : build
24
- uses : ' flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.37 .0'
24
+ uses : ' flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.39 .0'
25
25
with :
26
26
package_name : node-red-dashboard-2-ui-flowviewer
27
27
publish_package : true
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
14
14
- name : Setup Node.js
15
- uses : actions/setup-node@v4
15
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
16
16
with :
17
17
node-version : 18
18
18
25
25
npm run test
26
26
27
27
- name : Publish package
28
- uses : JS-DevTools/npm-publish@v3
28
+ uses : JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
29
29
with :
30
30
token : ${{ secrets.NPM_PUBLISH_TOKEN }}
You can’t perform that action at this time.
0 commit comments