Skip to content

Commit 7545767

Browse files
committed
3.0.0-alpha.11
1 parent 5d0364e commit 7545767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-node@v1
3434
with:
3535
node-version: ${{ matrix.node-version }}
36-
- run: npm install
36+
- run: rm -rf package.json && mv wdio-package.json package.json && npm install
3737
#- name: "Check if deployment is done"
3838
#env:
3939
# VERCEL_TOKEN: ${{secrets.VERCEL_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"peerDependencies": {
164164
"immutability-helper": "^2.6.5 || ^3.0.0"
165165
},
166-
"version": "3.0.0-alpha.10",
166+
"version": "3.0.0-alpha.11",
167167
"directories": {
168168
"doc": "docs"
169169
},

0 commit comments

Comments
 (0)