File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 # Fetch the latest commit, only
1616 fetch-depth : 1
1717 - name : Set up Node.js
18- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
18+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
1919 with :
2020 node-version-file : .nvmrc
2121 cache : ' npm'
3030 # Fetch the latest commit, only
3131 fetch-depth : 1
3232 - name : Set up Node.js
33- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
33+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
3434 with :
3535 node-version-file : .nvmrc
3636 cache : ' npm'
4545 # Fetch the latest commit, only
4646 fetch-depth : 1
4747 - name : Set up Node.js
48- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
48+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
4949 with :
5050 node-version-file : .nvmrc
5151 cache : ' npm'
5656 if : github.ref == 'refs/heads/master'
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2 .0
59+ - uses : release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6.4 .0
6060 with :
6161 name : ${{ env.BUILD_VERSION }}
6262 tag : ${{ env.BUILD_VERSION }}
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
2121 - name : Set up Node.js
22- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
22+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
2323 with :
2424 node-version-file : .nvmrc
2525 registry-url : ' https://registry.npmjs.org'
4343 npm publish --provenance
4444
4545 - name : Publish build assets to release
46- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
46+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
4747 with :
4848 files : |
4949 ./dist/widgets.umd.js
You can’t perform that action at this time.
0 commit comments