File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ jobs:
5353 echo "export const config = $PROJECT_CONFIG; export const testAccount = $TEST_ACCOUNT" > firebase-config.js
5454 - name : Poll npm until version to test is available for install
5555 run : |
56- echo "Polling npm for firebase@latest "
56+ echo "Polling npm for firebase@11.8.1 "
5757 node ./scripts/release/poll-npm-publish.js
5858 # run in root
5959 working-directory : ' .'
6060 env :
61- VERSION : latest
61+ VERSION : 11.8.1
6262 - name : Yarn install
6363 run : |
64- echo "Installing firebase@latest "
65- yarn add firebase@latest
64+ echo "Installing firebase@11.8.1 "
65+ yarn add firebase@11.8.1
6666 yarn
6767 - name : Deploy "callTest" cloud function
6868 run : |
9393 # env:
9494 # WEBHOOK_URL: ${{ secrets.JSCORE_CHAT_WEBHOOK_URL }}
9595 # RELEASE_TRACKER_URL: ${{ secrets.RELEASE_TRACKER_URL }}
96- # VERSION_OR_TAG: latest
96+ # VERSION_OR_TAG: 11.8.1
9797 # # run in root
9898 # working-directory: '.'
9999 # - name: Tests failed
You can’t perform that action at this time.
0 commit comments