Skip to content

Commit 2d95d78

Browse files
authored
fix: add to release option to read NODE_VERSION variable (#1781)
Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
1 parent ced1404 commit 2d95d78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-with-changesets.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
- if: steps.packagejson.outputs.exists == 'true'
9797
name: Check package-lock version
9898
uses: derberg/.github-asyncapi/.github/actions/get-node-version-from-package-lock@fixnodereelase
99+
with:
100+
node-version: ${{ vars.NODE_VERSION }}
99101
id: lockversion
100102
- if: steps.packagejson.outputs.exists == 'true'
101103
name: Setup Node.js

0 commit comments

Comments
 (0)