Skip to content

Commit c8fec68

Browse files
committed
dataconnect.yml: more FST -> FDC
1 parent 120d46b commit c8fec68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dataconnect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060

6161
- uses: actions/setup-node@v3
6262
with:
63-
node-version: ${{ env.FST_NODEJS_VERSION }}
63+
node-version: ${{ env.FDC_NODEJS_VERSION }}
6464

6565
- name: install firebase-tools
6666
run: |
6767
set -v
6868
mkdir -p ${{ env.FDC_FIREBASE_TOOLS_DIR }}
6969
cd ${{ env.FDC_FIREBASE_TOOLS_DIR }}
7070
echo '{}' > package.json
71-
npm install --fund=false --audit=false --save --save-exact firebase-tools@${{ env.FST_FIREBASE_TOOLS_VERSION }}
71+
npm install --fund=false --audit=false --save --save-exact firebase-tools@${{ env.FDC_FIREBASE_TOOLS_VERSION }}
7272
7373
- name: tool versions
7474
continue-on-error: true

0 commit comments

Comments
 (0)