chore: ci pass again (update jest later)
This commit is contained in:
parent
d6bd5e5cd7
commit
65bc3314cc
4
.github/workflows/commitlint.yml
vendored
4
.github/workflows/commitlint.yml
vendored
@ -5,13 +5,11 @@ name: 'Lint Commit Messages'
|
||||
on:
|
||||
push:
|
||||
branches: [master, develop]
|
||||
pull_request_review:
|
||||
pull_request:
|
||||
branches: [master, develop]
|
||||
types: [submitted]
|
||||
|
||||
jobs:
|
||||
commitlint:
|
||||
if: ${{ (github.event_name == 'push') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved' && (github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'MEMBER' || github.event.review.author_association == 'OWNER') && !github.event.pull_request.draft && github.event.pull_request.state == 'open') }}
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- uses: 'actions/checkout@v2.3.4'
|
||||
|
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -5,13 +5,11 @@ name: 'Node.js CI'
|
||||
on:
|
||||
push:
|
||||
branches: [master, develop]
|
||||
pull_request_review:
|
||||
pull_request:
|
||||
branches: [master, develop]
|
||||
types: [submitted]
|
||||
|
||||
jobs:
|
||||
ci_app:
|
||||
if: ${{ (github.event_name == 'push') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved' && (github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'MEMBER' || github.event.review.author_association == 'OWNER') && !github.event.pull_request.draft && github.event.pull_request.state == 'open') }}
|
||||
runs-on: 'ubuntu-latest'
|
||||
strategy:
|
||||
matrix:
|
||||
|
15872
package-lock.json
generated
15872
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -102,7 +102,7 @@
|
||||
"editorconfig-checker": "4.0.2",
|
||||
"express": "4.17.1",
|
||||
"husky": "6.0.0",
|
||||
"jest": "27.0.1",
|
||||
"jest": "26.6.3",
|
||||
"markdownlint-cli": "0.27.1",
|
||||
"pinst": "2.1.6",
|
||||
"release-it": "14.7.0",
|
||||
|
@ -7,7 +7,7 @@
|
||||
"allowJs": false,
|
||||
"checkJs": false,
|
||||
"declaration": true,
|
||||
"sourceMap": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src",
|
||||
"removeComments": false,
|
||||
|
Reference in New Issue
Block a user