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 855a8bc commit 371df79Copy full SHA for 371df79
.github/workflows/post-release-e2e.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
os: [ubuntu-latest, windows-latest, macos-latest]
20
node-version:
21
- - 18.x # Current version
+ # - 18.x # Current version # TODO: broken https://github.com/thomvaill/log4brains/issues/85
22
- 16.x # Active LTS (https://github.com/nodejs/release)
23
- 14.x # Maintenance LTS
24
runs-on: ${{ matrix.os }}
0 commit comments