Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
node 18.18 is broken
  • Loading branch information
NullVoxPopuli committed Oct 6, 2023
commit 4deb7e732dbc7d5f89d6fed097ed9d8567b9306d
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
test:
strategy:
matrix:
node: ['14', '16', '18']
node: ['14', '16', '18.17']

name: Tests (Node.js v${{ matrix.node }})
runs-on: ubuntu-latest
Expand Down