Skip to content

Commit

Permalink
fix: Downgraded the conventional packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 5, 2021
1 parent e57a963 commit 052fce1
Show file tree
Hide file tree
Showing 113 changed files with 862 additions and 12,251 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- run: npm ci
- run: npm ci --prod
- run: git add node_modules -f

- name: Generate changelog
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/test.yml
Expand Up @@ -13,9 +13,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -51,9 +48,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -89,9 +83,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -127,9 +118,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: "git config --global user.email 'changelog@github.com'"
Expand Down Expand Up @@ -159,9 +147,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -190,9 +175,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: "git config --global user.email 'changelog@github.com'"
Expand Down Expand Up @@ -224,9 +206,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -298,9 +277,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -340,9 +316,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -380,9 +353,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -420,9 +390,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -460,9 +427,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -503,9 +467,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -539,9 +500,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -577,9 +535,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down Expand Up @@ -622,9 +577,6 @@ jobs:
with:
path: "./"

- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- run: npm ci --prod

- run: touch ./fake-file.log
Expand Down
2 changes: 1 addition & 1 deletion node_modules/ansi-regex/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

144 changes: 86 additions & 58 deletions node_modules/ansi-regex/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/ansi-regex/readme.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions node_modules/conventional-changelog/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/conventional-changelog/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 052fce1

Please sign in to comment.