Skip to content

Commit 0007a20

Browse files
authored
Merge pull request #7 from jobara/issue-6
GH-6: Update for rename of default branch to main. (resolves #6)
2 parents 59fd4d9 + 8aca9af commit 0007a20

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/main.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12.x]
16+
node-version: [12.x, 14.x]
1717

1818
env:
1919
HEADLESS: true

src/js/qunit-harness.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
A harness to capture all QUnit output. See the documentation for details:
44
5-
https://github.com/fluid-project/fluid-webdriver/blob/master/docs/qunit-harness.md
5+
https://github.com/fluid-project/fluid-webdriver/blob/main/docs/qunit-harness.md
66
77
*/
88
/* eslint-env node */

src/js/webdriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
A wrapper around the `selenium-webdriver` package. See the documentation for details:
44
5-
https://github.com/fluid-project/fluid-webdriver/blob/master/docs/webdriver.md
5+
https://github.com/fluid-project/fluid-webdriver/blob/main/docs/webdriver.md
66
77
*/
88
/* eslint-env node */

src/tests/allBrowsers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
A harness to run tests in a range of browsers. See the documentation for details:
44
5-
https://github.com/fluid-project/fluid-webdriver/blob/master/docs/allBrowsers.md
5+
https://github.com/fluid-project/fluid-webdriver/blob/main/docs/allBrowsers.md
66
77
*/
88
/* eslint-env node */

src/tests/fixtures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Fluid IoC test fixtures for use with `fluid.webdriver`. See the documentation for details:
44
5-
https://github.com/fluid-project/fluid-webdriver/blob/master/docs/fixtures.md
5+
https://github.com/fluid-project/fluid-webdriver/blob/main/docs/fixtures.md
66
77
*/
88
/* eslint-env node */

0 commit comments

Comments
 (0)