Skip to content

Commit

Permalink
Use latest stable node version for CI (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
appurva21 authored Sep 25, 2024
1 parent e7f04b2 commit 8d5424d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
include:
- coverage: true
node-version: 20
node-version: latest
os: ubuntu-latest

steps:
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
breaking changes:
- GH-1052 Dropped support for Node < v18
unreleased:
breaking changes:
- GH-1052 Dropped support for Node < v18
fixed bugs:
- GH-1036 Fixed `uncaughtException` event listener not being removed
- GH-1034 Fixed an issue where sandbox crashes for large response body
chores:
- GH-1033 Update ci.yml to run coverage on latest node version

5.1.2:
date: 2024-09-04
Expand Down

0 comments on commit 8d5424d

Please sign in to comment.