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 fcadbd5 commit 3e4d71bCopy full SHA for 3e4d71b
.github/workflows/release-IPA-metrics.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Setup Node
46
uses: actions/setup-node@v4
47
with:
48
- node-version: $NODE_VERSION
+ node-version: ${{ env.NODE_VERSION }}
49
cache: 'npm'
50
51
- name: Install npm dependencies
0 commit comments