Skip to content

Commit

Permalink
ci: disable temporary node v18.x because of @log4brains/web
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Sep 22, 2022
1 parent 5df08cf commit 67b14b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version:
- 18.x # Current version
# - 18.x # Current version # TODO: @log4brains/web does not build anymore on v18.x
- 16.x # Active LTS (https://github.com/nodejs/release)
- 14.x # Maintenance LTS
exclude: # these cases are tested after the release with E2E tests
Expand Down

0 comments on commit 67b14b0

Please sign in to comment.