Skip to content

Commit 7847133

Browse files
committed
chore: update github workflow
1 parent 045257e commit 7847133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.repository != 'Exabyte-io/template-definitions'
1717
strategy:
1818
matrix:
19-
node-version: [12.x, 14.x, 16.x]
19+
node-version: [14.x, 16.x]
2020

2121
steps:
2222
- name: Checkout this repository
@@ -82,4 +82,4 @@ jobs:
8282
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
8383
repository: Exabyte-io/ade.js
8484
source-package-name: "@exabyte-io/code.js"
85-
target-version: ${{ needs.publish-js-package.outputs.tag-name }}
85+
target-version: ${{ needs.publish-js-package.outputs.release-version }}

0 commit comments

Comments
 (0)