We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1c91e1 + bcccd10 commit 0089c34Copy full SHA for 0089c34
.github/workflows/webdriverio-testing-library.yml
@@ -13,12 +13,12 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest]
16
- node: [12]
+ node: [12, 14]
17
steps:
18
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
19
with:
20
node-version: ${{ matrix.node }}
21
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
22
- run: npm install
23
- run: npm run validate
24
env:
@@ -27,10 +27,10 @@ jobs:
27
runs-on: ubuntu-latest
28
needs: test
29
30
31
32
- node-version: 12
33
+ node-version: 14
34
35
- run: npm run build
36
- run: ls -asl dist
0 commit comments