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 1762655 + ce06006 commit fef7cb8Copy full SHA for fef7cb8
.github/workflows/tests.yml
@@ -21,7 +21,6 @@ jobs:
21
- windows-latest
22
- ubuntu-20.04
23
node:
24
- - "14"
25
- "16"
26
- "18"
27
- "20"
@@ -67,7 +66,7 @@ jobs:
67
66
run: "npm run test-coverage"
68
69
- name: "Upload to Coveralls"
70
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
71
with:
72
github-token: ${{ secrets.GITHUB_TOKEN }}
73
@@ -80,7 +79,7 @@ jobs:
80
79
os:
81
82
83
+ - "16"
84
85
steps:
86
- name: "Checkout"
@@ -111,7 +110,7 @@ jobs:
111
110
112
113
114
115
116
117
0 commit comments