We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045257e commit 7847133Copy full SHA for 7847133
.github/workflows/cicd.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.repository != 'Exabyte-io/template-definitions'
17
strategy:
18
matrix:
19
- node-version: [12.x, 14.x, 16.x]
+ node-version: [14.x, 16.x]
20
21
steps:
22
- name: Checkout this repository
@@ -82,4 +82,4 @@ jobs:
82
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
83
repository: Exabyte-io/ade.js
84
source-package-name: "@exabyte-io/code.js"
85
- target-version: ${{ needs.publish-js-package.outputs.tag-name }}
+ target-version: ${{ needs.publish-js-package.outputs.release-version }}
0 commit comments