Skip to content

Commit 135f09d

Browse files
committed
codecov doesn't like the caret
1 parent 4131f81 commit 135f09d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
# Otherwise we would not know if the problem is tied to the Node.js version
1919
fail-fast: false
2020
matrix:
21+
# TODO: relax `'16.9.1'` to `16` once GitHub has 16.9.1 cached. 16.9.0 is broken due to https://github.com/nodejs/node/issues/40030
2122
node: [12, 14, '16.9.1']
2223
runs-on: ubuntu-latest
2324
steps:

0 commit comments

Comments
 (0)