-
-
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.
* build(deps-dev): bump eslint-plugin-import from 2.23.4 to 2.24.2 * build(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 4.0.0 * build(deps-dev): bump prettier from 2.4.0 to 2.4.1 * build(deps-dev): bump eslint-plugin-react from 7.24.0 to 7.26.1 * build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 * build(deps): bump yeoman-generator from 5.4.0 to 5.4.2
- Loading branch information
1 parent
1776255
commit 1772b13
Showing
16 changed files
with
373 additions
and
809 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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Use Node 14 | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14 | ||
registry-url: https://registry.npmjs.org/ | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14 | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14 | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14 | ||
|
||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14 | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14 | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14 | ||
|
||
|
@@ -135,7 +135,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14 | ||
|
||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14<% if(useYarn) { %> | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14<% if(useYarn) { %> | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14<% if(useYarn) { %> | ||
|
||
|
@@ -135,7 +135,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: 14 | ||
|
||
|
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
Oops, something went wrong.