-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v7.6.6 fix(functions): add missing tslib * fix(ci): update step versions * fix: move tslib to dependencies (not dev)
- Loading branch information
1 parent
6e59310
commit 797e5ee
Showing
12 changed files
with
47 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@0.8.0 | ||
uses: styfle/cancel-workflow-action@0.9.0 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
|
@@ -30,7 +30,7 @@ jobs: | |
echo "::set-output name=dir::$(yarn cache dir)" | ||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.cache-settings.outputs.dir }} | ||
key: ${{ runner.os }}-app-${{ hashFiles('yarn.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@0.8.0 | ||
uses: styfle/cancel-workflow-action@0.9.0 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
|
@@ -26,7 +26,7 @@ jobs: | |
echo "::set-output name=dir::$(yarn cache dir)" | ||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.cache-settings.outputs.dir }} | ||
key: ${{ runner.os }}-app-${{ hashFiles('yarn.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@0.8.0 | ||
uses: styfle/cancel-workflow-action@0.9.0 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
|
@@ -31,13 +31,13 @@ jobs: | |
echo "::set-output name=firebase-tools::$(yarn list -s --depth=0 --pattern firebase-tools | tail -n 1 | sed 's/.*@//g')" | ||
- name: Cache Firebase Emulator Binaries | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/firebase/emulators | ||
key: ${{ runner.os }}-firebase-${{ steps.cache-settings.outputs.firebase-tools }} | ||
|
||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.cache-settings.outputs.dir }} | ||
key: ${{ runner.os }}-app-${{ hashFiles('yarn.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@0.8.0 | ||
uses: styfle/cancel-workflow-action@0.9.0 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
|
@@ -27,13 +27,13 @@ jobs: | |
echo "::set-output name=firebase-tools::$(yarn list -s --depth=0 --pattern firebase-tools | tail -n 1 | sed 's/.*@//g')" | ||
- name: Cache Firebase Emulator Binaries | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/firebase/emulators | ||
key: ${{ runner.os }}-firebase-${{ steps.cache-settings.outputs.firebase-tools }} | ||
|
||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.cache-settings.outputs.dir }} | ||
key: ${{ runner.os }}-app-${{ hashFiles('yarn.lock') }} | ||
|
@@ -153,19 +153,19 @@ jobs: | |
echo "::set-output name=cypress::$(yarn list -s --depth=0 --pattern cypress | tail -n 1 | sed 's/.*@//g')" | ||
- name: Cache Firebase Emulator Binaries | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/firebase/emulators | ||
key: ${{ runner.os }}-firebase-${{ steps.cache-settings.outputs.firebase-tools }} | ||
|
||
- name: Cache Cypress Binary | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/Cypress | ||
key: ${{ runner.os }}-cypress-${{ steps.cache-settings.outputs.cypress }} | ||
|
||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.cache-settings.outputs.dir }} | ||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,13 +31,13 @@ jobs: | |
echo "::set-output name=firebase-tools::$(yarn list -s --depth=0 --pattern firebase-tools | tail -n 1 | sed 's/.*@//g')" | ||
- name: Cache Firebase Emulator Binaries | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/firebase/emulators | ||
key: ${{ runner.os }}-firebase-${{ steps.cache-settings.outputs.firebase-tools }} | ||
|
||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.cache-settings.outputs.dir }} | ||
key: ${{ runner.os }}-app-${{ hashFiles('yarn.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,13 +27,13 @@ jobs: | |
echo "::set-output name=firebase-tools::$(yarn list -s --depth=0 --pattern firebase-tools | tail -n 1 | sed 's/.*@//g')" | ||
- name: Cache Firebase Emulator Binaries | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/firebase/emulators | ||
key: ${{ runner.os }}-firebase-${{ steps.cache-settings.outputs.firebase-tools }} | ||
|
||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.cache-settings.outputs.dir }} | ||
key: ${{ runner.os }}-app-${{ hashFiles('yarn.lock') }} | ||
|
@@ -153,19 +153,19 @@ jobs: | |
echo "::set-output name=cypress::$(yarn list -s --depth=0 --pattern cypress | tail -n 1 | sed 's/.*@//g')" | ||
- name: Cache Firebase Emulator Binaries | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/firebase/emulators | ||
key: ${{ runner.os }}-firebase-${{ steps.cache-settings.outputs.firebase-tools }} | ||
|
||
- name: Cache Cypress Binary | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/Cypress | ||
key: ${{ runner.os }}-cypress-${{ steps.cache-settings.outputs.cypress }} | ||
|
||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.cache-settings.outputs.dir }} | ||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@0.8.0 | ||
uses: styfle/cancel-workflow-action@0.9.0 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
|
@@ -31,13 +31,13 @@ jobs: | |
echo "::set-output name=firebase-tools::$(yarn list -s --depth=0 --pattern firebase-tools | tail -n 1 | sed 's/.*@//g')" | ||
- name: Cache Firebase Emulator Binaries | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/firebase/emulators | ||
key: ${{ runner.os }}-firebase-${{ steps.cache-settings.outputs.firebase-tools }}<% } %><% } %> | ||
|
||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: <% if(!useYarn) { %>~/.npm<% } else { %>${{ steps.cache-settings.outputs.dir }}<% } %> | ||
key: ${{ runner.os }}-app-${{ hashFiles('<% if(useYarn) { %>yarn.lock<% } else { %>package-lock.json<% } %>') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/cancel-workflow-action@0.8.0 | ||
uses: styfle/cancel-workflow-action@0.9.0 | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
|
@@ -27,13 +27,13 @@ jobs: | |
echo "::set-output name=firebase-tools::$(yarn list -s --depth=0 --pattern firebase-tools | tail -n 1 | sed 's/.*@//g')" | ||
- name: Cache Firebase Emulator Binaries | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/firebase/emulators | ||
key: ${{ runner.os }}-firebase-${{ steps.cache-settings.outputs.firebase-tools }}<% } %><% } %> | ||
|
||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: <% if(!useYarn) { %>~/.npm<% } else { %>${{ steps.cache-settings.outputs.dir }}<% } %> | ||
key: ${{ runner.os }}-app-${{ hashFiles('<% if(useYarn) { %>yarn.lock<% } else { %>package-lock.json<% } %>') }} | ||
|
@@ -153,19 +153,19 @@ jobs: | |
echo "::set-output name=cypress::$(yarn list -s --depth=0 --pattern cypress | tail -n 1 | sed 's/.*@//g')" | ||
- name: Cache Firebase Emulator Binaries | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/firebase/emulators | ||
key: ${{ runner.os }}-firebase-${{ steps.cache-settings.outputs.firebase-tools }} | ||
|
||
- name: Cache Cypress Binary | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ~/.cache/Cypress | ||
key: ${{ runner.os }}-cypress-${{ steps.cache-settings.outputs.cypress }} | ||
|
||
- name: Cache App Dependencies | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.cache-settings.outputs.dir }} | ||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters