-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and fix encoding issue (#38)
- Loading branch information
Showing
7 changed files
with
855 additions
and
505 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 |
---|---|---|
|
@@ -7,15 +7,9 @@ runs: | |
- name: "Setup :: Node" | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: 16.2.0 | ||
node-version: 16.13.2 | ||
cache: "yarn" | ||
|
||
- name: "Setup :: Yarn" | ||
shell: bash | ||
run: | | ||
npm install -g [email protected] | ||
yarn config set network-timeout 1000000 | ||
- name: "Bootstrap" | ||
shell: bash | ||
run: | | ||
|
@@ -27,11 +21,6 @@ runs: | |
git diff yarn.lock; | ||
[ "0" == "$(git diff yarn.lock | wc -l | tr -d ' ')" ] | ||
- name: "Check :: dependencies mismatches" | ||
shell: bash | ||
run: | | ||
npx --yes syncpack list-mismatches | ||
- name: "Check :: format" | ||
shell: bash | ||
run: | | ||
|
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 1.2.0 | ||
|
||
Update dependencies and fix encoding issue | ||
|
||
# 1.1.14 | ||
|
||
Codebase improvements | ||
|
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
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.