Skip to content

Commit 6f7b12f

Browse files
committed
Set CI to false to avoid treating warnings as errors
1 parent 96c9038 commit 6f7b12f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
build_test:
1919

2020
runs-on: ${{ matrix.os }}
21+
env:
22+
CI: false
2123
strategy:
2224
fail-fast: false
2325
matrix:

0 commit comments

Comments
 (0)