Skip to content

Commit

Permalink
chore(ci): latest node 22 (#242)
Browse files Browse the repository at this point in the history
### Chore
- [ci] Re-enabled the latest node 22 version on CI, now that 22.4 is
out. Previously, we fixed 22.2 because 22.3 had a [bug related to array
buffers](nodejs/undici#3337) that was causing
some tests to fail.

Closs #239.
  • Loading branch information
diego-aquino committed Jul 3, 2024
1 parent 2b9f0ac commit a936957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
node-version:
- 18
- 20
- '22.2'
- 22

env:
NODE_VERSION: ${{ matrix.node-version }}
Expand Down

0 comments on commit a936957

Please sign in to comment.