Skip to content

Commit

Permalink
chore: disable temporary e2e tests on node v18 (waiting for #85)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Sep 22, 2022
1 parent 855a8bc commit 371df79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version:
- 18.x # Current version
# - 18.x # Current version # TODO: broken https://github.com/thomvaill/log4brains/issues/85
- 16.x # Active LTS (https://github.com/nodejs/release)
- 14.x # Maintenance LTS
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 371df79

Please sign in to comment.