Skip to content

Commit 3a39dec

Browse files
author
keindev
committed
workflow(ci): rename default branch to main
1 parent dad3ea3 commit 3a39dec

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release package
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66

77
jobs:
88
sync:

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CodeQL scanning
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88
schedule:
99
- cron: '0 22 * * 5'
1010

package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"chalk": "^4.1.2",
5555
"elegant-spinner": "^3.0.0",
5656
"figures": "^4.0.0",
57-
"stdout-update": "2.0.3"
57+
"stdout-update": "2.0.4"
5858
},
5959
"devDependencies": {
6060
"@babel/plugin-transform-runtime": "^7.16.4",
6161
"@babel/preset-env": "^7.16.4",
62-
"@tagproject/ts-package-shared-config": "^4.0.6",
62+
"@tagproject/ts-package-shared-config": "^5.0.0",
6363
"@types/jest": "^27.0.3",
6464
"@types/node": "^16.11.10",
6565
"@typescript-eslint/eslint-plugin": "^5.4.0",

0 commit comments

Comments
 (0)