generated from 9renpoto/.59-node
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1480 from g59/renovate/major-jest-monorepo
chore(deps): update dependency ts-jest to v29
- Loading branch information
Showing
11 changed files
with
5,262 additions
and
11,731 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# .github/release.yml | ||
|
||
changelog: | ||
exclude: | ||
labels: | ||
- ignore-for-release | ||
authors: | ||
- octocat | ||
categories: | ||
- title: ':boom: Type: Breaking Change' | ||
labels: | ||
- 'Type: Breaking Change' | ||
- title: ':bug: Type: Bug' | ||
labels: | ||
- 'Type: Bug' | ||
- title: ':rocket: Type: Feature' | ||
labels: | ||
- 'Type: Feature' | ||
- title: Other Changes | ||
labels: | ||
- '*' |
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
node-version: 18 | ||
- run: npm ci | ||
- run: npm run build | ||
- run: npm test | ||
|
@@ -29,10 +29,10 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
node-version: 18 | ||
registry-url: 'https://registry.npmjs.org' | ||
- run: npm ci | ||
- run: npm run build | ||
- run: npx lerna exec --no-bail -- 'can-npm-publish && npm publish' | ||
- run: npm run publish --workspaces | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,4 +67,4 @@ input OrderByInput { | |
enum OrderByDirection { | ||
ASC | ||
DESC | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.