We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced1404 commit 2d95d78Copy full SHA for 2d95d78
.github/workflows/release-with-changesets.yml
@@ -96,6 +96,8 @@ jobs:
96
- if: steps.packagejson.outputs.exists == 'true'
97
name: Check package-lock version
98
uses: derberg/.github-asyncapi/.github/actions/get-node-version-from-package-lock@fixnodereelase
99
+ with:
100
+ node-version: ${{ vars.NODE_VERSION }}
101
id: lockversion
102
103
name: Setup Node.js
0 commit comments