Skip to content

Commit

Permalink
ci: stop running tests in node 19
Browse files Browse the repository at this point in the history
Node v19.1 dropped this morning and we're seeing tons of test errors. Rather than trying to mangle with a Node version that's in active development, we're only going to run tests on LTS/maintenance releases going forward.

see: https://github.com/nodejs/release#release-schedule
Co-Authored-By: Jon Ursenbach <[email protected]>
  • Loading branch information
kanadgupta and erunion committed Nov 14, 2022
1 parent 64c8f77 commit 53109d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- 14
- 16
- 18
- 19

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 53109d3

Please sign in to comment.