We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95dcbd commit b0ab26cCopy full SHA for b0ab26c
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: yarn lint
27
28
tests:
29
- name: "Tests - ${{ matrix.os }}"
+ name: "Tests - ${{ matrix.os }} - Node v${{ matrix.node-version }}"
30
runs-on: "${{ matrix.os }}-latest"
31
32
strategy:
package.json
@@ -23,7 +23,7 @@
23
],
24
"scripts": {
25
"lint": "eslint index.js src",
- "test": "jest --testTimeout=10000",
+ "test": "jest --testTimeout=20000",
"release": "release-it"
},
"dependencies": {
0 commit comments