Skip to content

Commit 371df79

Browse files
committed
chore: disable temporary e2e tests on node v18 (waiting for #85)
1 parent 855a8bc commit 371df79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
2020
node-version:
21-
- 18.x # Current version
21+
# - 18.x # Current version # TODO: broken https://github.com/thomvaill/log4brains/issues/85
2222
- 16.x # Active LTS (https://github.com/nodejs/release)
2323
- 14.x # Maintenance LTS
2424
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)