Skip to content

Commit

Permalink
pin tools to v13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Dec 17, 2023
1 parent fc48680 commit ccd6d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: E2E Smoke Tests

# Allows REST trigger. Currently triggered by release-cli script during a staging run.
on:
push:
push:
repository_dispatch:
types: [staging-tests,canary-tests]

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
pushd functions
npm install
popd
npx firebase-tools deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
npx firebase-tools@13.0.2 deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
working-directory: ./config
env:
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
Expand Down

0 comments on commit ccd6d3f

Please sign in to comment.