Skip to content

Commit 1150f49

Browse files
committed
chore: Revert 12.0.0 naming.
Using 'v12' is more generic and will automatically be correct when the plugin moves to an eventual 12.0.1 or 12.1.0.
1 parent 951ddec commit 1150f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
npm run build
5959
6060
build:
61-
name: Build test (against pinned v12.0.0)
61+
name: Build test (against pinned v12)
6262
# Don't run pinned version checks for PRs.
6363
if: ${{ !github.base_ref }}
6464
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
npm run test
6767
6868
webdriverio_tests:
69-
name: WebdriverIO tests (against pinned v12.0.0)
69+
name: WebdriverIO tests (against pinned v12)
7070
# Don't run pinned version checks for PRs.
7171
if: ${{ !github.base_ref }}
7272
timeout-minutes: 10

0 commit comments

Comments
 (0)