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 120d46b commit c8fec68Copy full SHA for c8fec68
.github/workflows/dataconnect.yml
@@ -60,15 +60,15 @@ jobs:
60
61
- uses: actions/setup-node@v3
62
with:
63
- node-version: ${{ env.FST_NODEJS_VERSION }}
+ node-version: ${{ env.FDC_NODEJS_VERSION }}
64
65
- name: install firebase-tools
66
run: |
67
set -v
68
mkdir -p ${{ env.FDC_FIREBASE_TOOLS_DIR }}
69
cd ${{ env.FDC_FIREBASE_TOOLS_DIR }}
70
echo '{}' > package.json
71
- npm install --fund=false --audit=false --save --save-exact firebase-tools@${{ env.FST_FIREBASE_TOOLS_VERSION }}
+ npm install --fund=false --audit=false --save --save-exact firebase-tools@${{ env.FDC_FIREBASE_TOOLS_VERSION }}
72
73
- name: tool versions
74
continue-on-error: true
0 commit comments