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.
1 parent d9354ef commit 88e0f2eCopy full SHA for 88e0f2e
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
node-version: "21.5"
127
128
steps:
129
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
130
131
- name: Install Node.js ${{ matrix.node-version }}
132
shell: bash -eo pipefail -l {0}
@@ -215,7 +215,7 @@ jobs:
215
needs: test
216
runs-on: ubuntu-latest
217
218
219
220
- name: Install lcov
221
shell: bash
0 commit comments