Skip to content

Commit

Permalink
fix: map links from fish guide (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Oct 12, 2022
1 parent b5d8950 commit 99470df
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 282 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand All @@ -28,9 +28,11 @@ jobs:
strategy:
matrix:
node-version: [ 16 ]
browser: ['chrome', 'firefox']
browser:
- 'chrome'
# - 'firefox'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run Cypress
uses: cypress-io/github-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
node-version: [ 16 ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand All @@ -27,9 +27,11 @@ jobs:
strategy:
matrix:
node-version: [ 16 ]
browser: [ 'chrome', 'firefox' ]
browser:
- 'chrome'
- 'firefox'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run Cypress
uses: cypress-io/github-action@v4
with:
Expand All @@ -41,7 +43,7 @@ jobs:
# wait until test & lint complete
needs: ['lint', 'test']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
token: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion components/panels/InvasionsPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
return this.$t('invasions.header');
},
maxInvasions() {
return 1;
return 5;
},
initialStatus() {
return this.componentState?.invasions?.expand;
Expand Down
Loading

1 comment on commit 99470df

@vercel
Copy link

@vercel vercel bot commented on 99470df Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

warframe-hub – ./

warframe-hub-git-dev-wfcd.vercel.app
warframe-hub-wfcd.vercel.app
hub.warframestat.us

Please sign in to comment.