Skip to content

Commit a6a1b8f

Browse files
authored
chore: rename default branch to main (#185)
* chore: rename default branch to main * chore: pin major versions of actions
1 parent 1a7605d commit a6a1b8f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/nightwatch-testing-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: nightwatch-testing-library
22
on:
33
push:
44
branches:
5-
- 'master'
5+
- 'main'
66
pull_request:
77

88
jobs:
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest]
1515
node: [12, 10]
1616
steps:
17-
- uses: nanasess/setup-chromedriver@master
17+
- uses: nanasess/setup-chromedriver@v1
1818
with:
1919
chromedriver-version: '79.0.3945.36'
2020
- run: |

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<h1>nightwatch-testing-library</h1>
33
<a href="https://www.emojione.com/emoji/bat">
4-
<img height="100" width="100" alt="ox" src="https://raw.githubusercontent.com/testing-library/nightwatch-testing-library/master/other/bat.png" />
4+
<img height="100" width="100" alt="ox" src="https://raw.githubusercontent.com/testing-library/nightwatch-testing-library/main/other/bat.png" />
55

66
</a>
77

@@ -31,7 +31,7 @@
3131

3232
<div align="center">
3333
<a href="https://testingjavascript.com">
34-
<img width="500" alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application." src="https://raw.githubusercontent.com/kentcdodds/cypress-testing-library/master/other/testingjavascript.jpg" />
34+
<img width="500" alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application." src="https://raw.githubusercontent.com/kentcdodds/cypress-testing-library/main/other/testingjavascript.jpg" />
3535
</a>
3636
</div>
3737

@@ -99,19 +99,19 @@ MIT
9999
[npm]: https://www.npmjs.com/
100100
[node]: https://nodejs.org
101101
[build-badge]: https://github.com/testing-library/nightwatch-testing-library/workflows/nightwatch-testing-library/badge.svg
102-
[build]: https://github.com/testing-library/nightwatch-testing-library/actions?query=branch%3Amaster+workflow%3Anightwatch-testing-library
102+
[build]: https://github.com/testing-library/nightwatch-testing-library/actions?query=branch%3Amain+workflow%3Anightwatch-testing-library
103103
[coverage]: https://codecov.io/github/testing-library/nightwatch-testing-library
104104
[version-badge]: https://img.shields.io/npm/v/@testing-library/nightwatch.svg?style=flat-square
105105
[package]: https://www.npmjs.com/package/@testing-library/nightwatch
106106
[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/nightwatch.svg?style=flat-square
107107
[npmtrends]: http://www.npmtrends.com/@testing-library/nightwatch
108108
[license-badge]: https://img.shields.io/npm/l/@testing-library/nightwatch.svg?style=flat-square
109-
[license]: https://github.com/testing-library/nightwatch-testing-library/blob/master/LICENSE
109+
[license]: https://github.com/testing-library/nightwatch-testing-library/blob/main/LICENSE
110110
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
111111
[prs]: http://makeapullrequest.com
112112
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
113113
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
114-
[coc]: https://github.com/testing-library/nightwatch-testing-library/blob/master/other/CODE_OF_CONDUCT.md
114+
[coc]: https://github.com/testing-library/nightwatch-testing-library/blob/main/other/CODE_OF_CONDUCT.md
115115
[github-watch-badge]: https://img.shields.io/github/watchers/testing-library/nightwatch-testing-library.svg?style=social
116116
[github-watch]: https://github.com/testing-library/nightwatch-testing-library/watchers
117117
[github-star-badge]: https://img.shields.io/github/stars/testing-library/nightwatch-testing-library.svg?style=social

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"release": {
4545
"branches": [
46-
"master",
46+
"main",
4747
"next"
4848
]
4949
},

0 commit comments

Comments
 (0)